aboutsummaryrefslogtreecommitdiff
path: root/src/json/json_helper.c
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-07-10 10:25:29 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-07-10 10:25:29 +0200
commit6107e995595d4057afaa0431f3af9afdce32feea (patch)
tree80879300924d0f7d574741bb4059d4b7645fbe6d /src/json/json_helper.c
parent3024dc9fa54e8677b4816e56f8d215556a7d5561 (diff)
parentc05f832048f06dfcd0a7fd003c0b7033df07c3c4 (diff)
Merge branch 'master' of ssh://git.taler.net/exchange
Diffstat (limited to 'src/json/json_helper.c')
-rw-r--r--src/json/json_helper.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index 5c0f8bad..95c1be5f 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -279,6 +279,11 @@ parse_denomination_group (void *cls,
&emsg,
&eline))
{
+ GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+ "Failed to parse %s at %u: %s\n",
+ spec[eline].field,
+ eline,
+ emsg);
GNUNET_break_op (0);
return GNUNET_SYSERR;
}