diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-09-27 20:32:30 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-09-27 20:32:30 +0200 |
commit | bf8b9d1435a196c9b7c3293904da2a3baba7210a (patch) | |
tree | b722367def8d35bff70938db77323de61efd0348 /src/util/json.c | |
parent | a67fefa9fbcf9774d277a9c94aeebdf78d2051d1 (diff) | |
parent | 1bfba318ec0f3393de2dfc66821dec6165eef90a (diff) |
mention need to audit randomness of gamma
Diffstat (limited to 'src/util/json.c')
-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 8faee603..9f7623b2 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); |