commit 1c32ef95bae145eb1f0f65dcbacfb448bb611e4a
parent 6274aa34d39eadf376b1014d06a4fcb246978e4e
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 17 Nov 2016 15:19:14 +0100
add log statement on success
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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 */