log: changed urlcache log to debug
its more of a debug log Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -113,7 +113,7 @@ fn save_to_disk(path: PathBuf, cache: Arc<RwLock<UrlsToMime>>) {
|
|||||||
let mut file = File::create(&path)?;
|
let mut file = File::create(&path)?;
|
||||||
file.write_all(&encoded)?;
|
file.write_all(&encoded)?;
|
||||||
file.sync_all()?;
|
file.sync_all()?;
|
||||||
tracing::info!("Saved UrlCache to disk.");
|
tracing::debug!("Saved UrlCache to disk.");
|
||||||
Ok(())
|
Ok(())
|
||||||
} else {
|
} else {
|
||||||
Err(Error::Generic(
|
Err(Error::Generic(
|
||||||
|
|||||||
Reference in New Issue
Block a user