add proper log statement on success
This commit is contained in:
parent
1c32ef95ba
commit
f8eb77927f
@ -257,7 +257,8 @@ verify_reserve_balance (void *cls,
|
|||||||
return GNUNET_OK;
|
return GNUNET_OK;
|
||||||
}
|
}
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
|
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 */
|
/* FIXME: commit new reserve state from auditor DB */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user