More verbose debug output
authorweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Wed, 20 Oct 2004 11:16:28 +0000 (11:16 +0000)
committerweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Wed, 20 Oct 2004 11:16:28 +0000 (11:16 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@23 b513b33f-fedd-0310-b452-c3deb5f4c849

caff/caff

index a22ac477fdbf2a05af72f314616d08f7bb8ce7cc..73aacd55e37ea27e2297f4ad89cf5ca2a711605d 100755 (executable)
--- a/caff/caff
+++ b/caff/caff
@@ -684,7 +684,8 @@ for my $keyid (@keyids_ok) {
                while($status =~ /$KEYEDIT_DELSIG_PROMPT/m) {
                        # sig:?::17:EA2199412477CAF8:1058095214:::::13x:
                        my @sigline = grep { /^sig/ } (split /\n/, $stdout);
-                       notice("[sigremoval] why are there ".(scalar @sigline)." siglines in that part of the dialog!?.") if scalar @sigline >= 2; # XXX
+                       $stdout =~ s/\n/\\n/g;
+                       notice("[sigremoval] why are there ".(scalar @sigline)." siglines in that part of the dialog!? got: $stdout") if scalar @sigline >= 2; # XXX
                        my $line = pop @sigline;
                        my $answer = "no";
                        if (defined $line) { # only if we found a sig here - we never remove revocation packets for instance
@@ -702,7 +703,6 @@ for my $keyid (@keyids_ok) {
                                        $answer = "yes";
                                };
                        } else {
-                               $stdout =~ s/\n/\\n/g;
                                debug("[sigremoval] no sig line here, only got: ".$stdout);
                        };
                        ($stdout, $stderr, $status) =