summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 4072ff5b7..a2146b6bc 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -847,7 +847,7 @@ sub config_dvd {
my @dvds = grep { detect_devices::isDvdDrive($_) } detect_devices::cdroms__faking_ide_scsi() or return;
- log::l("configuring DVD");
+ log::l("configuring DVD: " . join(" ", map { $_->{device} } @dvds));
#- create /dev/dvd symlink
each_index {
devfssymlinkf($_, 'dvd' . ($::i ? $::i + 1 : ''));