mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-12 07:36:29 +00:00
review changes
This commit is contained in:
@ -174,7 +174,7 @@ impl UpdateStore {
|
||||
Ok(Some(_)) => (),
|
||||
Ok(None) => break,
|
||||
Err(e) => {
|
||||
error!("Fatal error while processing update that requires the update store to shutdown: {}", e);
|
||||
error!("Fatal error while processing an update that requires the update store to shutdown: {}", e);
|
||||
must_exit.store(true, Ordering::SeqCst);
|
||||
break 'outer;
|
||||
}
|
||||
@ -185,9 +185,9 @@ impl UpdateStore {
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
error!("Update store loop exited.");
|
||||
error!("Update store loop exited.");
|
||||
});
|
||||
|
||||
Ok(update_store)
|
||||
}
|
||||
|
Reference in New Issue
Block a user