Skip to content

Commit

Permalink
Add more detailed log
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Feb 13, 2024
1 parent 18de143 commit d3aaa7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion validator/impl/liteserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ void LiteQuery::abort_query_ext(td::Status reason, bool unknown) {
started_at_, std::time(nullptr), false);
}

LOG(INFO) << "aborted liteserver query: " << reason.to_string();
LOG(INFO) << "aborted liteserver query: " << reason.to_string()
<< " query: " << lite_query_name_by_id(query_obj_->get_id());
if (acc_state_promise_) {
acc_state_promise_.set_error(std::move(reason));
} else if (promise_) {
Expand Down

0 comments on commit d3aaa7b

Please sign in to comment.