Skip to content

Commit

Permalink
Merge pull request #692 from taclane/boost-logfix
Browse files Browse the repository at this point in the history
Remove nested BOOST_LOG_TRIVIAL to fix erroneous log level display
  • Loading branch information
robotastic authored May 30, 2022
2 parents 68d0ab1 + 5260ad9 commit a2a3aaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trunk-recorder/call_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ bool Call_impl::update(TrunkMessage message) {
}

int Call_impl::since_last_update() {
BOOST_LOG_TRIVIAL(trace) << "last_update: " << last_update << " diff: " << time(NULL) - last_update;
return time(NULL) - last_update;
}

Expand Down

0 comments on commit a2a3aaf

Please sign in to comment.