summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 2 insertions, 0 deletions
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.