summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index af03fb615..a93c79c02 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -590,7 +590,7 @@ sub write_conf {
push @l, 'ide-floppy' if detect_devices::ide_zips();
push @l, 'bttv' if grep { $_->{driver} eq 'bttv' } detect_devices::probeall();
my $l = join '|', @l;
- log::l("to put in modules @l");
+ log::l("to put in modules ", join(", ", @l));
substInFile {
$_ = '' if /$l/;