summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index b2900de8..11d15bce 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -3215,8 +3215,8 @@ sub local_md5sum {
sub compute_local_md5sum {
my ($urpm, $medium) = @_;
- $urpm->{log}(N("computing md5sum of existing source hdlist (or synthesis)"));
my $f = statedir_hdlist_or_synthesis($urpm, $medium);
+ $urpm->{log}(N("computing md5sum of existing source hdlist (or synthesis) [%s]", $f));
-e $f && md5sum($f);
}