gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: add newlines to log error m


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: add newlines to log error message
Date: Sun, 24 Jun 2018 19:11:24 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 507af0993 add newlines to log error message
507af0993 is described below

commit 507af09938a1fb9dbe3d88ae87b546058845b94d
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sun Jun 24 19:11:22 2018 +0200

    add newlines to log error message
---
 src/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
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:

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]