Skip to content

Commit

Permalink
debug clean up (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbros authored Mar 24, 2023
1 parent d9183af commit 7cc509b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shotover-proxy/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ impl<C: CodecBuilder + 'static> Handler<C> {
}
};

debug!("Received raw message {:?}", messages);
debug!("Received raw messages {:?}", messages);
debug!("client details: {:?}", &self.client_details);

let mut error_report_messages = if reverse_chain {
Expand Down

0 comments on commit 7cc509b

Please sign in to comment.