diff options
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 { |