Skip to content

Commit

Permalink
Update quickwit/quickwit-control-plane/src/scheduler.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Adrien Guillo <[email protected]>
  • Loading branch information
imotov and guilload authored Jul 23, 2023
1 parent b52da44 commit f2eca82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickwit/quickwit-control-plane/src/scheduler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ impl IndexingScheduler {
.apply_indexing_plan(ApplyIndexingPlanRequest { indexing_tasks })
.await
{
error!(indexer_node_id=%indexer.0, err=?error, "Error occurred when appling indexing plan to indexer.");
error!(indexer_node_id=%indexer.0, err=?error, "Error occurred when applying indexing plan to indexer.");
}
}
});
Expand Down

0 comments on commit f2eca82

Please sign in to comment.