[Pgp-tools-commit] r137 - trunk/caff

Peter Palfrader weasel at costa.debian.org
Thu Jul 21 14:09:11 UTC 2005


Author: weasel
Date: 2005-07-21 14:09:10 +0000 (Thu, 21 Jul 2005)
New Revision: 137

Modified:
   trunk/caff/pgp-fixkey
Log:
Change an info message

Modified: trunk/caff/pgp-fixkey
===================================================================
--- trunk/caff/pgp-fixkey	2005-07-19 23:05:34 UTC (rev 136)
+++ trunk/caff/pgp-fixkey	2005-07-21 14:09:10 UTC (rev 137)
@@ -267,7 +267,7 @@
 		} 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;
 			};
 		};





More information about the Pgp-tools-commit mailing list