mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-12 11:20:10 +01:00
Fix another EOL in api-test debug log.
This commit is contained in:
@@ -271,7 +271,7 @@ void global_log_callback(int level, const char *msg, void *usrptr)
|
|||||||
|
|
||||||
if (_debug) {
|
if (_debug) {
|
||||||
if (level == CRYPT_LOG_DEBUG)
|
if (level == CRYPT_LOG_DEBUG)
|
||||||
fprintf(stdout, "# %s\n", msg);
|
fprintf(stdout, "# %s", msg);
|
||||||
else
|
else
|
||||||
fprintf(stdout, "%s", msg);
|
fprintf(stdout, "%s", msg);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user