forked from lavina/lavina
change logs to debug
This commit is contained in:
parent
d2617a90a4
commit
51a6333a61
|
@ -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()
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue