update log level

This commit is contained in:
Christian Grothoff 2021-01-21 13:07:19 +01:00
parent 7bbb44ec04
commit 99b3ed45fa
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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;
}