diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-14 16:45:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-14 16:45:34 +0000 |
commit | 35bbdd101e28168f83fc08bfd640c7947fffd4b7 (patch) | |
tree | 6fc0041b8efd7a1f7e5184c49fa6430a7eb25dd0 /urpm.pm | |
parent | 93cf48ac37d07ad5084b165914f02568545b9010 (diff) | |
download | urpmi-35bbdd101e28168f83fc08bfd640c7947fffd4b7.tar urpmi-35bbdd101e28168f83fc08bfd640c7947fffd4b7.tar.gz urpmi-35bbdd101e28168f83fc08bfd640c7947fffd4b7.tar.bz2 urpmi-35bbdd101e28168f83fc08bfd640c7947fffd4b7.tar.xz urpmi-35bbdd101e28168f83fc08bfd640c7947fffd4b7.zip |
log the fact that hdlist/synthesis is up-to-date
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |