add log statement on success

This commit is contained in:
Christian Grothoff 2016-11-17 15:19:14 +01:00
parent 6274aa34d3
commit 1c32ef95ba
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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 */