fix: fix logging typo in querier (#5345)

* fix: fix logging typo

* fix: fix type in typo fix ;(
pull/24376/head
Andrew Lamb 2022-08-09 02:34:06 -04:00 committed by GitHub
parent 3f55335d91
commit 172f893368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ impl QuerierTable {
tombstone_cache_outdated,
?max_parquet_sequence_number,
?max_tombstone_sequence_number,
"Ingester partitions fetched"
"caches validated"
);
}