[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] 01/03: update log level
From: |
gnunet |
Subject: |
[taler-exchange] 01/03: update log level |
Date: |
Thu, 21 Jan 2021 13:23:03 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
commit 99b3ed45fa238cfe470db99e01a634e46d5b45f8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jan 21 13:07:19 2021 +0100
update log level
---
src/json/json.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/json/json.c b/src/json/json.c
index 7e84ea25..b7afec8a 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;
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.