]> the.earth.li Git - onak.git/blobdiff - sigcheck.c
Remove trailing newline on sigcheck debug output
[onak.git] / 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]);