Skip to content

Commit

Permalink
fix(http2): typo in trace logging (#3536)
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Jan 22, 2024
1 parent a52d391 commit 79862ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/conn/http2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ where
let opts = self.clone();

async move {
trace!("client handshake HTTP/1");
trace!("client handshake HTTP/2");

let (tx, rx) = dispatch::channel();
let h2 = proto::h2::client::handshake(io, rx, &opts.h2_builder, opts.exec, opts.timer)
Expand Down

0 comments on commit 79862ec

Please sign in to comment.