Skip to content

Commit

Permalink
Build fix (#4404)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton authored Jan 17, 2024
1 parent 18908e2 commit 5f35a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickwit/quickwit-ingest/src/ingest_v2/ingester.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ impl Ingester {
info!(
index_uid = shard.index_uid,
source = shard.source_id,
shard = shard.shard_id,
shard = %shard.shard_id(),
"init primary shard"
);
let Entry::Vacant(entry) = state.shards.entry(queue_id.clone()) else {
Expand Down

0 comments on commit 5f35a21

Please sign in to comment.