mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
add missed debug event
This commit is contained in:
parent
edc501e523
commit
52a4ff2d44
1 changed files with 2 additions and 1 deletions
|
|
@ -105,7 +105,8 @@ impl Preload {
|
||||||
bail!("Output directory `{}` is file", p.to_string_lossy())
|
bail!("Output directory `{}` is file", p.to_string_lossy())
|
||||||
}
|
}
|
||||||
if is_create && !p.exists() {
|
if is_create && !p.exists() {
|
||||||
fs::create_dir(&p)?
|
fs::create_dir(&p)?;
|
||||||
|
log::debug!("create tmp directory `{}`", p.to_string_lossy())
|
||||||
}
|
}
|
||||||
Ok(p)
|
Ok(p)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue