Add debug output to Store::remove()
This commit is contained in:
parent
e9ea485ed5
commit
f24db1eb7d
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ impl Store {
|
||||||
self.storepath,
|
self.storepath,
|
||||||
file.deref().borrow().owner_name(),
|
file.deref().borrow().owner_name(),
|
||||||
idstr);
|
idstr);
|
||||||
|
debug!("Removing file NOW: '{}'", path);
|
||||||
remove_file(path).is_ok()
|
remove_file(path).is_ok()
|
||||||
})
|
})
|
||||||
.unwrap_or(false)
|
.unwrap_or(false)
|
||||||
|
|
Loading…
Reference in a new issue