gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -log more details


From: gnunet
Subject: [gnunet] branch master updated: -log more details
Date: Wed, 18 May 2022 21:26:38 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 7188eaf8e -log more details
7188eaf8e is described below

commit 7188eaf8e3931333bc37c2ca89f140c632f45897
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed May 18 21:26:26 2022 +0200

    -log more details
---
 contrib/gana           | 2 +-
 src/json/json_helper.c | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/contrib/gana b/contrib/gana
index 99d8d9e03..1ed41552f 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 99d8d9e0336bacebab5af4ae00c3f685ffd90f60
+Subproject commit 1ed41552f6013e5f48c68389d60e3d5d61892a05
diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index c0513c529..def26afb8 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -66,6 +66,9 @@ parse_fixed_data (void *cls,
   if (((len * 5) / 8) != spec->ptr_size)
   {
     GNUNET_break_op (0);
+    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                "Field `%s' has wrong length\n",
+                spec->field);
     return GNUNET_SYSERR;
   }
   if (GNUNET_OK !=

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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