summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-21 15:40:22 +0200
committerChristian Grothoff <christian@grothoff.org>2015-09-21 15:40:22 +0200
commitbef69272f6e1058876e701ca3fa763ff9c4ec285 (patch)
treeaad6ca7bf08e49c8054834fa80c2078f0fc9326b /src/util
parent49739455b0c522a9257966dcad92a76081450009 (diff)
downloadexchange-bef69272f6e1058876e701ca3fa763ff9c4ec285.tar.gz
exchange-bef69272f6e1058876e701ca3fa763ff9c4ec285.tar.bz2
exchange-bef69272f6e1058876e701ca3fa763ff9c4ec285.zip
nicer logging
Diffstat (limited to 'src/util')
-rw-r--r--src/util/json.c2
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);