From: weasel Date: Thu, 21 Jul 2005 14:09:10 +0000 (+0000) Subject: Change an info message X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=84df977311bcb16b0d61cd4969a3fc6013205aa0 Change an info message git-svn-id: svn://svn.debian.org/pgp-tools/trunk@137 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/caff/pgp-fixkey b/caff/pgp-fixkey index 6064bab..03d126e 100755 --- a/caff/pgp-fixkey +++ b/caff/pgp-fixkey @@ -267,7 +267,7 @@ if (scalar @KEYIDS == 0) { } elsif ($type eq 'sig' || $type eq 'rev') { if (($keyid eq '0' x 16) || ($created == 0)) { push @KEYIDS, $thiskey; - info("Adding $thiskey"); + info("Key $thiskey needs cleaning."); $thiskey = undef; }; };