Update meilisearch/src/option.rs

Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
Tamo 2024-02-15 10:31:23 +01:00 committed by GitHub
parent a081da0d90
commit 5d3bad4120
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,7 @@ impl FromStr for LogMode {
}
#[derive(Debug, thiserror::Error)]
#[error("Unsupported log {0} mode level. Supported values are `HUMAN` and `JSON`.")]
#[error("Unsupported log mode level `{0}`. Supported values are `HUMAN` and `JSON`.")]
pub struct LogModeError(String);
#[derive(Debug, Default, Clone, Copy, Serialize, Deserialize)]