summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 5cbbdad17..431fa0fab 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -331,7 +331,7 @@ sub beforeInstallPackages {
sub pkg_install {
my ($o, @l) = @_;
- log::l("selecting packages");
+ log::l("selecting packages ".join(" ", @l));
require pkgs;
if ($::testing) {
log::l("selecting package \"$_\"") foreach @l;