From f8eb77927f41d31fb1d9049b81ebb9d354726066 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 17 Nov 2016 15:19:45 +0100 Subject: add proper log statement on success --- src/auditor/taler-auditor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/auditor') diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index 57c82a6b5..0f43f454d 100644 --- 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 */ -- cgit v1.2.3