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