Skip to content

Commit

Permalink
Fix typo in log message (#6933)
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <[email protected]>
  • Loading branch information
pracucci authored Dec 14, 2023
1 parent 8bb9ea3 commit 5d0316a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/querier/worker/scheduler_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func (sp *schedulerProcessor) querierLoop(execCtx context.Context, c schedulerpb
// If the stream has already been broken, it's expected that the Send() call will fail too.
// The error returned by Recv() is often more descriptive, so we include it in this log line as well.
level.Error(logger).Log(
"msg", "error notifying scheduler about finished query after the scheduler stream previously failed and returned error previousErr",
"msg", "error notifying scheduler about finished query after the scheduler stream previously failed and returned error",
"err", err,
"addr", address,
"previousErr", previousErr,
Expand Down

0 comments on commit 5d0316a

Please sign in to comment.