aboutsummaryrefslogtreecommitdiff
path: root/src/json/json_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/json/json_helper.c')
-rw-r--r--src/json/json_helper.c3
1 files changed, 3 insertions, 0 deletions
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,
66 if (((len * 5) / 8) != spec->ptr_size) 66 if (((len * 5) / 8) != spec->ptr_size)
67 { 67 {
68 GNUNET_break_op (0); 68 GNUNET_break_op (0);
69 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
70 "Field `%s' has wrong length\n",
71 spec->field);
69 return GNUNET_SYSERR; 72 return GNUNET_SYSERR;
70 } 73 }
71 if (GNUNET_OK != 74 if (GNUNET_OK !=