summaryrefslogtreecommitdiff
path: root/src/util/amount.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-02-11 19:55:00 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-02-11 19:55:00 +0100
commit1f007d83fd0df2f200db28e0e22a00b7ef9170bd (patch)
treeef1752758f4c65d14ce9e0c946e26e401e314535 /src/util/amount.c
parent398be48872a40f05f98253da8a65dfffd0117096 (diff)
downloadexchange-1f007d83fd0df2f200db28e0e22a00b7ef9170bd.tar.gz
exchange-1f007d83fd0df2f200db28e0e22a00b7ef9170bd.tar.bz2
exchange-1f007d83fd0df2f200db28e0e22a00b7ef9170bd.zip
4692. Fix global return code.
Diffstat (limited to 'src/util/amount.c')
-rw-r--r--src/util/amount.c2
1 files changed, 1 insertions, 1 deletions
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;
}