Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Jul 12, 2024
1 parent fb08299 commit cd5a9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/agent/src/steal/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ impl Client {
let tx = self.tx.clone();

tokio::spawn(async move {
tracing::trace!(?connection_id, ?chunked, ?framed, "starting request");
tracing::trace!(?request.connection_id, ?request.request_id, ?chunked, ?framed, "starting request");
// Chunked data is preferred over framed data
if chunked {
// Send headers
Expand Down

0 comments on commit cd5a9b2

Please sign in to comment.