add proper log statement on success

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

View File

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