exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit f8eb77927f41d31fb1d9049b81ebb9d354726066
parent 1c32ef95bae145eb1f0f65dcbacfb448bb611e4a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 17 Nov 2016 15:19:45 +0100

add proper log statement on success

Diffstat:
Msrc/auditor/taler-auditor.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c @@ -257,7 +257,8 @@ verify_reserve_balance (void *cls, return GNUNET_OK; } GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Reserve balance `%s' OK\n"); + "Reserve balance `%s' OK\n", + TALER_B2S (&rs->reserve_pub)); /* FIXME: commit new reserve state from auditor DB */