Skip to content

Commit

Permalink
Improve logging to help diagnose issues (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmancey committed Jan 25, 2019
1 parent ef08bed commit 7b110ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/confirmations_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,7 @@ void ConfirmationsImpl::Step5CashInPaymentIOUs(
size_t n = this->signed_blinded_payment_token_json_bundles.size();

if (n <= 0) {
BLOG(INFO) << " No payment IOUs to cash in";
OnStep5CashInPaymentIOUs(SUCCESS);
return;
}
Expand Down

0 comments on commit 7b110ff

Please sign in to comment.