1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2025-03-05 16:27:06 +00:00

fix(cache): improve logging format in delete_path function to use debug output for store_path

This commit is contained in:
Eli Kogan-Wang 2025-03-01 16:45:44 +01:00
parent 5f7555ea3b
commit 584ac332e2

View file

@ -305,7 +305,7 @@ async fn delete_path(sub: DeletePath) -> Result<()> {
.await?;
eprintln!(
"🗑️ Deleted path \"{}\" from cache \"{}\" on \"{}\"",
"🗑️ Deleted path \"{:?}\" from cache \"{}\" on \"{}\"",
sub.store_path.to_str(),
cache.as_str(),
server_name.as_str()