From a68a4fdde9e7a5ac95b39697a56da698e314fafd Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 30 Mar 2026 13:09:19 +0300 Subject: [PATCH] update debug message --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index ce46a6f..1dca899 100644 --- a/src/main.rs +++ b/src/main.rs @@ -269,7 +269,7 @@ fn pre_format(data: &str, uploads: &mut HashSet) -> String { &Regex::new(R).unwrap().replace_all(data, |c: &Captures| { let rel = c[2].trim_start_matches("/").trim_start_matches("d/"); if uploads.insert(rel.into()) { - debug!("Register upload: `{rel}`") + debug!("Register upload from the thumb capture: `{rel}`") } format!( "![{}]({rel})",