Add debug output to Store::save_as
This commit is contained in:
parent
e157a906bd
commit
c06d8c319f
1 changed files with 1 additions and 0 deletions
|
@ -595,6 +595,7 @@ impl Store {
|
|||
/// Save an Entry in another place
|
||||
/// Removes the original entry
|
||||
pub fn save_as(&self, entry: FileLockEntry, new_id: StoreId) -> Result<()> {
|
||||
debug!("Saving '{}' as '{}'", entry.get_location(), new_id);
|
||||
self.save_to_other_location(&entry, new_id, true)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue