From 27a93cf55b90718343727a7643d3864884dafe60 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 21 Nov 2006 15:48:28 +0000 Subject: when computing the md5sum of an hdlist, display the file name in the log --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') 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); } -- cgit v1.2.1