diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_purses_create.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_purses_create.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_purses_create.c b/src/exchange/taler-exchange-httpd_purses_create.c index f4f00bb2..ef118953 100644 --- a/src/exchange/taler-exchange-httpd_purses_create.c +++ b/src/exchange/taler-exchange-httpd_purses_create.c @@ -496,7 +496,8 @@ parse_coin (struct MHD_Connection *connection, &coin->cpi.coin_pub, &coin->coin_sig)) { - TALER_LOG_WARNING ("Invalid signature on /purses/$PID/create request\n"); + TALER_LOG_WARNING ( + "Invalid coin signature on /purses/$PID/create request\n"); GNUNET_JSON_parse_free (spec); return (MHD_YES == TALER_MHD_reply_with_error (connection, |