This commit is contained in:
2025-11-11 21:20:03 +01:00
parent 936111e3c6
commit d831179783
4 changed files with 385 additions and 46 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ async fn stream_file_bytes(
let remote_addr = maybe_addr!(tx.connection().remote_addr());
let game_file = base_dir.join(relative_path);
tracing::debug!(
"{remote_addr} streaming file bytes: {:?}, offset: {offset}, length: {:?}",
"{remote_addr} streaming file bytes: {:?}, offset: {offset}, length: {length:?}",
game_file
);