mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Less severe logging
This commit is contained in:
parent
38b600d7d1
commit
5febf559c0
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue