From: weasel Date: Wed, 20 Oct 2004 11:04:00 +0000 (+0000) Subject: info log when we are done with UIDs X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=595aa560007102c63bbded2d8635ba5028a6887a;p=pgp-tools.git info log when we are done with UIDs git-svn-id: svn://svn.debian.org/pgp-tools/trunk@19 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/caff/caff b/caff/caff index 8421fa8..6b23803 100755 --- a/caff/caff +++ b/caff/caff @@ -654,6 +654,7 @@ for my $keyid (@keyids_ok) { next; }; unless ($have_one) { + info("Uid ".($uid_number-1)." was the last, there is no $uid_number."); info("key $keyid done."); last; };