From 1c32ef95bae145eb1f0f65dcbacfb448bb611e4a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 17 Nov 2016 15:19:14 +0100 Subject: [PATCH] add log statement on success --- src/auditor/taler-auditor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index a00747e5d..57c82a6b5 100644 --- a/src/auditor/taler-auditor.c +++ b/src/auditor/taler-auditor.c @@ -256,6 +256,8 @@ verify_reserve_balance (void *cls, GNUNET_break (0); return GNUNET_OK; } + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + "Reserve balance `%s' OK\n"); /* FIXME: commit new reserve state from auditor DB */