Add debug output to Store::update
This commit is contained in:
parent
bc80a3b7d5
commit
ef0a76a02f
1 changed files with 1 additions and 0 deletions
|
@ -466,6 +466,7 @@ impl Store {
|
|||
/// See `Store::_update()`.
|
||||
///
|
||||
pub fn update<'a>(&'a self, entry: &mut FileLockEntry<'a>) -> Result<()> {
|
||||
debug!("Updating FileLockEntry at '{}'", entry.get_location());
|
||||
self._update(entry, false).map_err_into(SEK::UpdateCallError)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue