Skip to content

Commit

Permalink
Add verbosity ;P to pending ticket assert message.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed Mar 4, 2024
1 parent f4e92f7 commit 6ab9d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpn-shared/source/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ uint64_t Client::Benefit() {

Float Client::Spent() {
const auto locked(locked_());
orc_assert(locked->pending_.empty());
orc_assert_(locked->pending_.empty(), locked->pending_.size() << " pending ticket(s)");
return locked->spent_;
}

Expand Down

0 comments on commit 6ab9d7d

Please sign in to comment.