Update index-scheduler/src/lib.rs

Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
Tamo 2023-04-26 12:02:06 +02:00 committed by Louis Dureuil
parent aa7537a11e
commit 9ca6f59546
No known key found for this signature in database

View File

@ -1131,7 +1131,7 @@ impl IndexScheduler {
}
log::info!(
"The task queue is almost full. Thus, meilisearch will delete the last {} finished tasks.",
"The task queue is almost full. Deleting the oldest {} finished tasks.",
to_delete.len()
);