diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-15 15:20:48 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-15 15:20:55 +0100 |
commit | e83015c8a3ee37ef2c8eb3d5236a6bbbdcab95df (patch) | |
tree | d863a3ca9fa469cc9913f8019740b7b0b845d392 /src/bank-lib | |
parent | da5b3ba8aeb9d47e4f99cd22847c9b539ff8ee2b (diff) |
fix payto URI conversion
Diffstat (limited to 'src/bank-lib')
-rw-r--r-- | src/bank-lib/fakebank.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c index 8f0306870..ba0c93ff0 100644 --- a/src/bank-lib/fakebank.c +++ b/src/bank-lib/fakebank.c @@ -260,10 +260,10 @@ TALER_FAKEBANK_check_debit (struct TALER_FAKEBANK_Handle *h, } } GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Did not find matching transaction!\nI have:\n"); + "Did not find matching transaction! I have:\n"); check_log (h); GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "I wanted:\n%s -> %s (%s) from %s\n", + "I wanted: %s->%s (%s) from %s\n", want_debit, want_credit, TALER_amount2s (want_amount), |