Skip to content

Commit

Permalink
apply great extra dot suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty authored Nov 26, 2024
1 parent 3dd20f8 commit 22d1353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/intproxy/src/proxies/incoming/interceptor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ impl HttpConnection {
Err(InterceptorError::Hyper(e)) if e.is_incomplete_message() => {
tracing::warn!(
"Sending request to local application failed with: {e:?}. \
Connection closed before the message could complete!."
Connection closed before the message could complete!"
);
tracing::trace!(
?request,
Expand Down

0 comments on commit 22d1353

Please sign in to comment.