Skip to content

Commit

Permalink
Fix typo in debug log emission
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcph4 authored and JohnTitor committed Sep 12, 2023
1 parent 897d92d commit aafea32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ where
pinned.forward_unsolicited_messages();

debug!(
"forwaring responses to previous requests to the connection handle"
"forwarding responses to previous requests to the connection handle"
);
pinned.forward_responses();

Expand Down

0 comments on commit aafea32

Please sign in to comment.