diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-07-10 17:41:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-07-10 17:41:48 +0000 |
commit | 42af38c6116db65d3065d172c3a474f650ddd7f1 (patch) | |
tree | 8a566f2f0c08ea2e7e08f81d14a81c6cb1b0e4a7 /urpm | |
parent | b2c7be480ee26dc9d24e7ba0109fca21bbdc8b6f (diff) | |
download | urpmi-42af38c6116db65d3065d172c3a474f650ddd7f1.tar urpmi-42af38c6116db65d3065d172c3a474f650ddd7f1.tar.gz urpmi-42af38c6116db65d3065d172c3a474f650ddd7f1.tar.bz2 urpmi-42af38c6116db65d3065d172c3a474f650ddd7f1.tar.xz urpmi-42af38c6116db65d3065d172c3a474f650ddd7f1.zip |
this message is parsed in urpm::parallel too
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/main_loop.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/main_loop.pm b/urpm/main_loop.pm index ba3c3879..3eb88b2d 100644 --- a/urpm/main_loop.pm +++ b/urpm/main_loop.pm @@ -291,6 +291,7 @@ if ($nok) { if (@{$state->{transaction} || []} == 0 && @$ask_unselect == 0) { if ($auto_select) { if ($options{verbose} >= 0) { + #- Warning : the following message is parsed in urpm::parallel_* print N("Packages are up to date"), "\n"; } } else { |