From 3d47439a82802f932462e7c1569b3dd6bd07fcda Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 8 Jun 2007 06:54:38 +0000 Subject: one more debug message --- urpm/signature.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm') diff --git a/urpm/signature.pm b/urpm/signature.pm index 88f272c8..05fb461f 100644 --- a/urpm/signature.pm +++ b/urpm/signature.pm @@ -19,6 +19,7 @@ sub _check { foreach my $id (keys %$sources) { my $filepath = $sources->{$id}; + $urpm->{debug} and $urpm->{debug}("verifying signature of $filepath"); my $verif = URPM::verify_signature($filepath); if ($verif =~ /NOT OK/) { -- cgit v1.2.1