Skip to content

Commit

Permalink
fix a log format style
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Sep 12, 2024
1 parent 477e1f9 commit 43112d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/src/repair/quic_endpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,7 @@ async fn run_server(
));
}
Err(error) => {
debug!(
"Error while accepting incoming connection: {error:?} from {}",
remote_addr
);
debug!("Error while accepting incoming connection: {error:?} from {remote_addr}");
}
}
}
Expand Down

0 comments on commit 43112d8

Please sign in to comment.