diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-05-18 21:26:26 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-05-18 21:26:26 +0200 |
commit | 7188eaf8e3931333bc37c2ca89f140c632f45897 (patch) | |
tree | 9c0a5ad289f2ba62debf27c35c5f400ffa6f2251 /src | |
parent | 5fcabf87a066a776d40ff52484fa8d54e8302963 (diff) |
-log more details
Diffstat (limited to 'src')
-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 != |