Add debug output to Store::remove()

This commit is contained in:
Matthias Beyer 2015-12-28 17:33:29 +01:00
parent e9ea485ed5
commit f24db1eb7d

View file

@ -244,6 +244,7 @@ impl Store {
self.storepath,
file.deref().borrow().owner_name(),
idstr);
debug!("Removing file NOW: '{}'", path);
remove_file(path).is_ok()
})
.unwrap_or(false)