diff options
Diffstat (limited to 'src/json/json_helper.c')
-rw-r--r-- | src/json/json_helper.c | 3 |
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, 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 != |