aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-02 16:07:09 -0600
committermat <git@matdoes.dev>2023-12-02 16:07:09 -0600
commit0713223e1204438f839566ce8cf954f0c9ff7f91 (patch)
treeab5ad7f329023bb6375e0b6ab930966af00c20a3 /azalea-protocol/src
parentf052882123220bdfaeb827199394f920ea1cd43d (diff)
downloadazalea-drasl-0713223e1204438f839566ce8cf954f0c9ff7f91.tar.xz
fix compile error when trace logs are enabled
Diffstat (limited to 'azalea-protocol/src')
-rwxr-xr-xazalea-protocol/src/read.rs2
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))