Fix typo
This commit is contained in:
parent
d3b38b5a90
commit
68ace5d147
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ impl Store {
|
||||||
debug!("Writing Entry");
|
debug!("Writing Entry");
|
||||||
se.write_entry(&entry.entry)?;
|
se.write_entry(&entry.entry)?;
|
||||||
if modify_presence {
|
if modify_presence {
|
||||||
debug!("Modifying ppresence of {} -> Present", entry.get_location());
|
debug!("Modifying presence of {} -> Present", entry.get_location());
|
||||||
se.status = StoreEntryStatus::Present;
|
se.status = StoreEntryStatus::Present;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue