mirror of
https://github.com/YGGverse/flarumdown.git
synced 2026-03-31 08:45:28 +00:00
update debug message
This commit is contained in:
parent
5fdd841f3c
commit
a68a4fdde9
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ fn pre_format(data: &str, uploads: &mut HashSet<PathBuf>) -> 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!(
|
||||
"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue