From cbe819fe064045d7d040e74c66e55f83e716b0ce Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Mon, 4 Nov 2013 19:05:20 -0800 Subject: [PATCH] Remove trailing newline on sigcheck debug output --- sigcheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigcheck.c b/sigcheck.c index 902c9a1..cbc28b8 100644 --- a/sigcheck.c +++ b/sigcheck.c @@ -249,7 +249,7 @@ int check_packet_sighash(struct openpgp_publickey *key, } logthing(LOGTHING_DEBUG, "Hash type: %d, %d chunks, " - "calculated: %02X%02X / actual: %02X%02X\n", + "calculated: %02X%02X / actual: %02X%02X", hashtype, chunks, hash[0], hash[1], sighash[0], sighash[1]); -- 2.39.2