diff options
Diffstat (limited to 'azalea-client/src')
| -rw-r--r-- | azalea-client/src/packet_handling.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/packet_handling.rs b/azalea-client/src/packet_handling.rs index 5e037864..c103bef4 100644 --- a/azalea-client/src/packet_handling.rs +++ b/azalea-client/src/packet_handling.rs @@ -1056,7 +1056,7 @@ pub fn process_packet_events(ecs: &mut World) { } ClientboundGamePacket::OpenSignEditor(_) => {} ClientboundGamePacket::Ping(p) => { - debug!("Got ping packet {:?}", p); + trace!("Got ping packet {:?}", p); let mut system_state: SystemState<Query<&mut LocalPlayer>> = SystemState::new(ecs); let mut query = system_state.get_mut(ecs); |
