mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26:30 +03:00
Fix a typo
This commit is contained in:
@@ -1173,7 +1173,7 @@ pub fn housekeeping(context: &Context) {
|
|||||||
if let Err(err) = prune_tombstones(context) {
|
if let Err(err) = prune_tombstones(context) {
|
||||||
warn!(
|
warn!(
|
||||||
context,
|
context,
|
||||||
"Houskeeping: Cannot prune message tombstones: {}", err
|
"Housekeeping: Cannot prune message tombstones: {}", err
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user