Change an info message
authorweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Thu, 21 Jul 2005 14:09:10 +0000 (14:09 +0000)
committerweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Thu, 21 Jul 2005 14:09:10 +0000 (14:09 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@137 b513b33f-fedd-0310-b452-c3deb5f4c849

caff/pgp-fixkey

index 6064bab450f9c161a0c89e25eaf5b432044ba7c1..03d126e56046b2834d56272f43a420d75a2b1894 100755 (executable)
@@ -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;
                        };
                };