From 1f007d83fd0df2f200db28e0e22a00b7ef9170bd Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 11 Feb 2019 19:55:00 +0100 Subject: 4692. Fix global return code. --- src/util/amount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/amount.c b/src/util/amount.c index 20d064243..b3e9b54e8 100644 --- a/src/util/amount.c +++ b/src/util/amount.c @@ -83,7 +83,7 @@ TALER_string_to_amount (const char *str, ((colon - str) >= TALER_CURRENCY_LEN) ) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, - "Invalid currency specified before colon: `%s'", + "Invalid currency specified before colon: `%s'\n", str); goto fail; } -- cgit v1.2.3