This commit is contained in:
Matthias Beyer 2018-02-20 21:03:18 +01:00
parent d3b38b5a90
commit 68ace5d147

View file

@ -494,7 +494,7 @@ impl Store {
debug!("Writing Entry");
se.write_entry(&entry.entry)?;
if modify_presence {
debug!("Modifying ppresence of {} -> Present", entry.get_location());
debug!("Modifying presence of {} -> Present", entry.get_location());
se.status = StoreEntryStatus::Present;
}