forked from lavina/lavina
1
0
Fork 0

change logs to debug

This commit is contained in:
Nikita Vilunov 2024-04-23 18:23:11 +02:00
parent d2617a90a4
commit 51a6333a61
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ impl Player {
/// Handle an incoming update by changing the internal state and broadcasting it to all connections if necessary.
async fn handle_update(&mut self, update: Updates) {
log::info!(
log::debug!(
"Player received an update, broadcasting to {} connections",
self.connections.len()
);