X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=caff%2Fpgp-fixkey;h=03d126e56046b2834d56272f43a420d75a2b1894;hb=88e91c7dab59944a9463696712fbfee3602bf7fa;hp=6064bab450f9c161a0c89e25eaf5b432044ba7c1;hpb=caba88ce99696f7c5846b168e30567210753116d;p=pgp-tools.git 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; }; };