gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 507af09938a1fb9dbe3d88ae87b546058845b94d
parent 55d060c9d221c96ec7b85d0f01bd87754775a59b
Author: Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>
Date:   Sun, 24 Jun 2018 19:11:22 +0200

add newlines to log error message

Diffstat:
Msrc/util/common_logging.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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: