From 35bbdd101e28168f83fc08bfd640c7947fffd4b7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 14 Nov 2006 16:45:34 +0000 Subject: log the fact that hdlist/synthesis is up-to-date --- urpm.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/urpm.pm b/urpm.pm index ae03e367..36bb9047 100644 --- a/urpm.pm +++ b/urpm.pm @@ -1206,6 +1206,8 @@ sub _read_existing_synthesis_and_hdlist_if_same_md5sum { sub _read_existing_synthesis_and_hdlist { my ($urpm, $medium) = @_; + $urpm->{log}(N("medium \"%s\" is up-to-date", $medium->{name})); + #- the medium is now considered not modified. $medium->{modified} = 0; #- XXX we could link the new hdlist to the old one. -- cgit v1.2.1