From ceeaf3bf2342225d9293940203b57f30f42468cc Mon Sep 17 00:00:00 2001 From: enrico Date: Wed, 20 Oct 2004 12:47:18 +0000 Subject: [PATCH] Converted two misleading info messages into debugs git-svn-id: svn://svn.debian.org/pgp-tools/trunk@25 b513b33f-fedd-0310-b452-c3deb5f4c849 --- caff/caff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/caff/caff b/caff/caff index 71a9dda..5846820 100755 --- a/caff/caff +++ b/caff/caff @@ -200,7 +200,7 @@ sub info($) { }; sub debug($) { my ($line) = @_; - print "[DEBUG] $line\n"; + #print "[DEBUG] $line\n"; }; sub trace($) { my ($line) = @_; @@ -596,7 +596,7 @@ for my $keyid (@keyids_ok) { while (1) { my $this_uid_text = ''; $uid_number++; - info("Doing key $keyid, uid $uid_number"); + debug("Doing key $keyid, uid $uid_number"); # import into temporary gpghome ############################### @@ -665,7 +665,7 @@ for my $keyid (@keyids_ok) { next; }; unless ($have_one) { - info("Uid ".($uid_number-1)." was the last, there is no $uid_number."); + debug("Uid ".($uid_number-1)." was the last, there is no $uid_number."); info("key $keyid done."); last; }; -- 2.39.5