Fix another EOL in api-test debug log.

This commit is contained in:
Milan Broz
2019-06-20 14:28:00 +02:00
parent 875ffa49b3
commit 2ebd19c9bc

View File

@@ -271,7 +271,7 @@ void global_log_callback(int level, const char *msg, void *usrptr)
if (_debug) {
if (level == CRYPT_LOG_DEBUG)
fprintf(stdout, "# %s\n", msg);
fprintf(stdout, "# %s", msg);
else
fprintf(stdout, "%s", msg);
}