diff --git a/azalea-protocol/src/read.rs b/azalea-protocol/src/read.rs index 65e497c67..6b730d3fe 100755 --- a/azalea-protocol/src/read.rs +++ b/azalea-protocol/src/read.rs @@ -357,7 +357,7 @@ where format!("{buf:?}") } }; - trace!("Reading packet with bytes: {buf_string}"); + tracing::trace!("Reading packet with bytes: {buf_string}"); }); Ok(Some(buf))