diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-09-21 15:40:22 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-09-21 15:40:22 +0200 |
commit | bef69272f6e1058876e701ca3fa763ff9c4ec285 (patch) | |
tree | aad6ca7bf08e49c8054834fa80c2078f0fc9326b /src/util | |
parent | 49739455b0c522a9257966dcad92a76081450009 (diff) |
nicer logging
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/json.c b/src/util/json.c index 8faee6035..9f7623b2a 100644 --- a/src/util/json.c +++ b/src/util/json.c @@ -305,7 +305,7 @@ TALER_json_to_amount (json_t *json, GNUNET_break (0); return GNUNET_SYSERR; } - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Malformed JSON amount: %s\n", json_enc); free (json_enc); |