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:
parent
5f7555ea3b
commit
584ac332e2
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue