From 51a6333a6125a0a88aaa06691e0081697666e9ba Mon Sep 17 00:00:00 2001 From: Nikita Vilunov Date: Tue, 23 Apr 2024 18:23:11 +0200 Subject: [PATCH] change logs to debug --- crates/lavina-core/src/player.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() );