notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit e6676a202a2c597b84160faabf19688a0d429681
parent 47e942be28f80c78efea5488409046412a6f4abd
Author: William Casarin <jb55@jb55.com>
Date:   Tue,  8 Apr 2025 11:52:01 -0400

log: changed urlcache log to debug

its more of a debug log

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mcrates/notedeck/src/urls.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/notedeck/src/urls.rs b/crates/notedeck/src/urls.rs @@ -113,7 +113,7 @@ fn save_to_disk(path: PathBuf, cache: Arc<RwLock<UrlsToMime>>) { let mut file = File::create(&path)?; file.write_all(&encoded)?; file.sync_all()?; - tracing::info!("Saved UrlCache to disk."); + tracing::debug!("Saved UrlCache to disk."); Ok(()) } else { Err(Error::Generic(