Less severe logging

This commit is contained in:
IQuant 2024-11-15 17:32:34 +03:00
parent 38b600d7d1
commit 5febf559c0

View file

@ -879,7 +879,7 @@ impl WorldManager {
if let Some(ChunkState::Listening { authority, .. }) = state { if let Some(ChunkState::Listening { authority, .. }) = state {
*authority = source; *authority = source;
} else { } else {
info!("Got notified of new authority, but not a listener"); debug!("Got notified of new authority, but not a listener");
} }
} }
} }