From 18cd28718078bc9f39ce092580b212484a39cd3c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 16 Mar 2001 20:21:44 +0000 Subject: (write_conf): better logging --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/; -- cgit v1.2.1