diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-06-08 06:54:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-06-08 06:54:38 +0000 |
commit | 3d47439a82802f932462e7c1569b3dd6bd07fcda (patch) | |
tree | f13baad094e5f64306d47283416a4685ef38af78 /urpm | |
parent | 0ca6719f421a9c5ac971f30fcd9a20782f38435a (diff) | |
download | urpmi-3d47439a82802f932462e7c1569b3dd6bd07fcda.tar urpmi-3d47439a82802f932462e7c1569b3dd6bd07fcda.tar.gz urpmi-3d47439a82802f932462e7c1569b3dd6bd07fcda.tar.bz2 urpmi-3d47439a82802f932462e7c1569b3dd6bd07fcda.tar.xz urpmi-3d47439a82802f932462e7c1569b3dd6bd07fcda.zip |
one more debug message
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/signature.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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/) { |