From: Schanzenbach, Martin Date: Sun, 24 Jun 2018 17:11:22 +0000 (+0200) Subject: add newlines to log error message X-Git-Tag: v0.11.0~357^2~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=507af09938a1fb9dbe3d88ae87b546058845b94d;p=oweals%2Fgnunet.git add newlines to log error message --- diff --git a/src/util/common_logging.c b/src/util/common_logging.c index c68a034b2..34c75ed79 100644 --- a/src/util/common_logging.c +++ b/src/util/common_logging.c @@ -627,7 +627,7 @@ parse_definitions (const char *constname, int force) } break; default: - printf("ERROR: Unable to parse log defintion: Syntax error."); + printf("ERROR: Unable to parse log defintion: Syntax error.\n"); break; } start = p + 1; @@ -655,7 +655,7 @@ parse_definitions (const char *constname, int force) start = p + 1; break; default: - printf("ERROR: Unable to parse log defintion: Syntax error."); + printf("ERROR: Unable to parse log defintion: Syntax error.\n"); break; } default: