add log statement on success
This commit is contained in:
parent
6274aa34d3
commit
1c32ef95ba
@ -256,6 +256,8 @@ verify_reserve_balance (void *cls,
|
|||||||
GNUNET_break (0);
|
GNUNET_break (0);
|
||||||
return GNUNET_OK;
|
return GNUNET_OK;
|
||||||
}
|
}
|
||||||
|
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
|
||||||
|
"Reserve balance `%s' OK\n");
|
||||||
|
|
||||||
/* FIXME: commit new reserve state from auditor DB */
|
/* FIXME: commit new reserve state from auditor DB */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user