diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-02 14:40:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-02 14:40:16 +0000 |
commit | 9549ab49a648a65782805bd0b5f1453bc89671a4 (patch) | |
tree | 1ed0ddf11d6ac2c821f072e4dad04a781d6d6e4c /perl-install/pkgs.pm | |
parent | ad6cf94bdc6de898c57e5c07eba1b371dd9dc048 (diff) | |
download | drakx-9549ab49a648a65782805bd0b5f1453bc89671a4.tar drakx-9549ab49a648a65782805bd0b5f1453bc89671a4.tar.gz drakx-9549ab49a648a65782805bd0b5f1453bc89671a4.tar.bz2 drakx-9549ab49a648a65782805bd0b5f1453bc89671a4.tar.xz drakx-9549ab49a648a65782805bd0b5f1453bc89671a4.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r-- | perl-install/pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 1227a21f8..b6e7de82b 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -704,7 +704,7 @@ sub setSelectedFromCompssList { #- at this point the package can safely be selected. selectPackage($packages, $p); } - log::l("setSelectedFromCompssList: reached size %s, up to indice $min_level (less than %s)", formatXiB($nb), formatXiB($max_size)); + log::l("setSelectedFromCompssList: reached size ", formatXiB($nb), ", up to indice $min_level (less than ", formatXiB($max_size), ")"); $min_level; } |