summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-12-13 15:51:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-12-13 15:51:30 +0000
commit670ad7b2dd0c1cb0280d504b54aa508ec26a8957 (patch)
treeb3a7c994a38f0c9a2ef950572f6b50e05398d455
parent3e3f1b72f63f4a7c46cf586a29c629a4a2ed1fef (diff)
downloaddrakx-backup-do-not-use-670ad7b2dd0c1cb0280d504b54aa508ec26a8957.tar
drakx-backup-do-not-use-670ad7b2dd0c1cb0280d504b54aa508ec26a8957.tar.gz
drakx-backup-do-not-use-670ad7b2dd0c1cb0280d504b54aa508ec26a8957.tar.bz2
drakx-backup-do-not-use-670ad7b2dd0c1cb0280d504b54aa508ec26a8957.tar.xz
drakx-backup-do-not-use-670ad7b2dd0c1cb0280d504b54aa508ec26a8957.zip
add a progression log message (pkgs installation) as used to be
-rw-r--r--perl-install/install/pkgs.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm
index 9aada5d53..61801e103 100644
--- a/perl-install/install/pkgs.pm
+++ b/perl-install/install/pkgs.pm
@@ -840,6 +840,7 @@ sub install {
$retry = 1;
}
}
+ log::l("progression: $nb remaining packages to install");
cleanHeaders();
} while $nb > 0 && !$install::pkgs::cancel_install;