gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix https://gnunet.org/bugs


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix https://gnunet.org/bugs/view.php?id=4376
Date: Sun, 24 Jun 2018 19:03:04 +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 55d060c9d fix https://gnunet.org/bugs/view.php?id=4376
55d060c9d is described below

commit 55d060c9d221c96ec7b85d0f01bd87754775a59b
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sun Jun 24 19:02:46 2018 +0200

    fix https://gnunet.org/bugs/view.php?id=4376
---
 src/util/common_logging.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 85e17248b..c68a034b2 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -626,6 +626,9 @@ parse_definitions (const char *constname, int force)
           to_line = INT_MAX;
         }
         break;
+      default:
+        printf("ERROR: Unable to parse log defintion: Syntax error.");
+        break;
       }
       start = p + 1;
       state++;
@@ -652,6 +655,7 @@ parse_definitions (const char *constname, int force)
         start = p + 1;
         break;
       default:
+        printf("ERROR: Unable to parse log defintion: Syntax error.");
         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]