From 5febf559c0da322d1bc408a65201cc39504d9bcc Mon Sep 17 00:00:00 2001 From: IQuant Date: Fri, 15 Nov 2024 17:32:34 +0300 Subject: [PATCH] Less severe logging --- noita-proxy/src/net/world.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noita-proxy/src/net/world.rs b/noita-proxy/src/net/world.rs index ac7eea84..e91f22b6 100644 --- a/noita-proxy/src/net/world.rs +++ b/noita-proxy/src/net/world.rs @@ -879,7 +879,7 @@ impl WorldManager { if let Some(ChunkState::Listening { authority, .. }) = state { *authority = source; } else { - info!("Got notified of new authority, but not a listener"); + debug!("Got notified of new authority, but not a listener"); } } }