Skip to content

Commit

Permalink
Add a log trace that shows the response (locka99#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen authored Jul 6, 2021
1 parent 4d359b4 commit 2bd6ddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/message_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ impl MessageQueue {
pub(crate) fn store_response(&mut self, response: SupportedMessage) {
// Remove corresponding request handle from inflight queue, add to responses
let request_handle = response.request_handle();
trace!("Received response {:?}", response);
debug!("Response to Request {} has been stored", request_handle);
// Remove the inflight request
// This true / false is slightly clunky.
Expand Down

0 comments on commit 2bd6ddf

Please sign in to comment.