aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src
diff options
context:
space:
mode:
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))