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"); } } }