diff options
| author | mat <git@matdoes.dev> | 2023-12-02 16:07:09 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-02 16:07:09 -0600 |
| commit | 0713223e1204438f839566ce8cf954f0c9ff7f91 (patch) | |
| tree | ab5ad7f329023bb6375e0b6ab930966af00c20a3 /azalea-protocol | |
| parent | f052882123220bdfaeb827199394f920ea1cd43d (diff) | |
| download | azalea-drasl-0713223e1204438f839566ce8cf954f0c9ff7f91.tar.xz | |
fix compile error when trace logs are enabled
Diffstat (limited to 'azalea-protocol')
| -rwxr-xr-x | azalea-protocol/src/read.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/read.rs b/azalea-protocol/src/read.rs index 65e497c6..6b730d3f 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)) |
