Skip to content

Commit

Permalink
Log on remote updates
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Apr 14, 2024
1 parent 397cf05 commit a2c47f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/src/setbac.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ where
continue;
};

tracing::trace!("Pushing remote player update");
tracing::info!("Sending remote player update");

let mut update = PlayerUpdate::default();
update.current = player.current().await.map(|c| c.item().as_ref().into());
Expand Down

0 comments on commit a2c47f5

Please sign in to comment.