update debug messages

This commit is contained in:
yggverse 2025-08-18 17:46:57 +03:00
parent 6039980ce1
commit 18db12dad3

View file

@ -190,7 +190,7 @@ async fn main() -> Result<()> {
.await
{
log::info!(
"skip awaiting the completion of preload `{h}` data (`{e}`), ban {}.",
"skip awaiting the completion of preload torrent data for `{h}` (`{e}`), ban {}.",
match ban.add(i, false) {
Some(t) => format!("until {t}"),
None => "permanently".into(), // @TODO feature, do not unwrap
@ -224,7 +224,7 @@ async fn main() -> Result<()> {
),
},
Err(e) => log::info!(
"skip awaiting the completion of adding torrent `{h}` data (`{e}`), ban {}.",
"skip awaiting the completion of adding torrent `{h}` (`{e}`), ban {}.",
match ban.add(i, false) {
Some(t) => format!("until {t}"),
None => "permanently".into(), // @TODO feature, do not unwrap