diff options
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 6167a99e8..327a44e62 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -159,7 +159,7 @@ sub add_probeall { my $l = $conf{$alias}{probeall} ||= []; @$l = uniq(@$l, $module); - log::l("setting probeall scsi_hostadapter to @$l"); + log::l("setting probeall $alias to @$l"); } sub remove_alias($) { |