]> the.earth.li Git - onak.git/commitdiff
Remove trailing newline on sigcheck debug output
authorJonathan McDowell <noodles@earth.li>
Tue, 5 Nov 2013 03:05:20 +0000 (19:05 -0800)
committerJonathan McDowell <noodles@earth.li>
Tue, 5 Nov 2013 03:05:20 +0000 (19:05 -0800)
sigcheck.c

index 902c9a1e9ce078df9cdaa03e58644906531a5b9a..cbc28b87ccfbeacaade0f5a2c88d2a76c1e5a788 100644 (file)
@@ -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]);