Converted two misleading info messages into debugs
authorenrico <enrico@b513b33f-fedd-0310-b452-c3deb5f4c849>
Wed, 20 Oct 2004 12:47:18 +0000 (12:47 +0000)
committerenrico <enrico@b513b33f-fedd-0310-b452-c3deb5f4c849>
Wed, 20 Oct 2004 12:47:18 +0000 (12:47 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@25 b513b33f-fedd-0310-b452-c3deb5f4c849

caff/caff

index 71a9dda1c33e3159a34554acc9074a4bb462e698..58468205e937ff3ec68d8714e421cebf8fbbef75 100755 (executable)
--- 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;
                };