diff --git a/crates/lavina-core/src/player.rs b/crates/lavina-core/src/player.rs index 3842f17..3a58812 100644 --- a/crates/lavina-core/src/player.rs +++ b/crates/lavina-core/src/player.rs @@ -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() );