aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/read.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/read.rs')
-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 d75e3bad..3e333e52 100755
--- a/azalea-protocol/src/read.rs
+++ b/azalea-protocol/src/read.rs
@@ -351,7 +351,7 @@ where
}
if log::log_enabled!(log::Level::Trace) {
- const DO_NOT_CUT_OFF_PACKET_LOGS: bool = true;
+ const DO_NOT_CUT_OFF_PACKET_LOGS: bool = false;
let buf_string: String = {
if !DO_NOT_CUT_OFF_PACKET_LOGS && buf.len() > 500 {