Skip to content

Commit

Permalink
Merge branch 'main' into ep/test
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Dec 6, 2024
2 parents 3f766f3 + 8e0f703 commit a51c670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/proxy/packet_router/reference.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ impl super::DownstreamReceiveWorkerConfig {
}
Err(error) => {
crate::metrics::game_traffic_task_closed().inc();
tracing::error!(%error, "error receiving packet");
tracing::error!(%error, "error receiving packet");]
return;
}
}
Expand Down

0 comments on commit a51c670

Please sign in to comment.