Skip to content

Commit

Permalink
Fix typo in UDP
Browse files Browse the repository at this point in the history
  • Loading branch information
TheiLLeniumStudios committed Jan 18, 2024
1 parent 9977fc9 commit f744cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/udp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ async fn handle_packet(mut buffer: BytesMut, size: usize, addr: SocketAddr, prot
(Some(client), Some(packet)) => {
{
tracing::info!(
"UPD connected client {} on {}",
"UDP connected client {} on {}",
client.read_err().await?.authenticate.get_username(),
addr
);
Expand Down

0 comments on commit f744cc4

Please sign in to comment.