From 507af09938a1fb9dbe3d88ae87b546058845b94d Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Sun, 24 Jun 2018 19:11:22 +0200 Subject: add newlines to log error message --- src/util/common_logging.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/common_logging.c') 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: -- cgit v1.2.3