From 42af38c6116db65d3065d172c3a474f650ddd7f1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 10 Jul 2008 17:41:48 +0000 Subject: this message is parsed in urpm::parallel too --- urpm/main_loop.pm | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.1