summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-21 13:07:19 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-21 13:07:19 +0100
commit99b3ed45fa238cfe470db99e01a634e46d5b45f8 (patch)
treef103d13c6a97ddec3b2461589076413e7f3c061c
parent7bbb44ec048c19a26b7412535f109fda591060c4 (diff)
downloadexchange-99b3ed45fa238cfe470db99e01a634e46d5b45f8.tar.gz
exchange-99b3ed45fa238cfe470db99e01a634e46d5b45f8.tar.bz2
exchange-99b3ed45fa238cfe470db99e01a634e46d5b45f8.zip
update log level
-rw-r--r--src/json/json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/json.c b/src/json/json.c
index 7e84ea25d..b7afec8aa 100644
--- a/src/json/json.c
+++ b/src/json/json.c
@@ -572,7 +572,7 @@ TALER_JSON_get_error_code (const json_t *json)
so we are dealing with a missing error code here. */
if (NULL == jc)
{
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+ GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"Expected Taler error code `code' in JSON, but field does not exist!\n");
return TALER_EC_INVALID;
}