mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-23 23:00:59 +00:00
Update meilisearch-http/src/index_controller/dump_actor/actor.rs
Co-authored-by: marin <postma.marin@protonmail.com>
This commit is contained in:
@ -117,7 +117,7 @@ where
|
||||
if let Some(ref mut info) = *dump_info.write().await {
|
||||
info.done();
|
||||
} else {
|
||||
warn!("dump actor was in an inconsistant state");
|
||||
warn!("Dump actor is in an inconsistent state");
|
||||
}
|
||||
info!("Dump succeed");
|
||||
}
|
||||
|
Reference in New Issue
Block a user