From 5be6696d954a5303e0838d71a46d14b320c02cc8 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 8 Aug 2025 16:03:22 +0300 Subject: [PATCH] add debug event --- src/main.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.rs b/src/main.rs index 901a297..3bdcd03 100644 --- a/src/main.rs +++ b/src/main.rs @@ -161,6 +161,10 @@ async fn main() -> Result<()> { } assert!(keep_files.insert(info.relative_filename.clone())); assert!(only_files.insert(id)); + log::debug!( + "persist `{}` for `{i}`", + info.relative_filename.to_string_lossy() + ) } m.torrent_bytes.to_vec() })?;