mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
bignum: Avoid trailing newline in log message
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
committed by
Sahana Prasad
parent
ae4040a7eb
commit
2c026e4314
@@ -70,7 +70,7 @@ bignum ssh_make_string_bn(ssh_string string)
|
|||||||
|
|
||||||
#ifdef DEBUG_CRYPTO
|
#ifdef DEBUG_CRYPTO
|
||||||
SSH_LOG(SSH_LOG_TRACE,
|
SSH_LOG(SSH_LOG_TRACE,
|
||||||
"Importing a %zu bits, %zu bytes object ...\n",
|
"Importing a %zu bits, %zu bytes object ...",
|
||||||
len * 8, len);
|
len * 8, len);
|
||||||
#endif /* DEBUG_CRYPTO */
|
#endif /* DEBUG_CRYPTO */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user