Skip to content

Commit

Permalink
log rename
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Oct 10, 2024
1 parent 0aaa3c7 commit d886af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/derive/src/stages/batch_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ where
}
BatchValidity::Past => {
if !self.is_active()? {
error!(target: "batch-queue", "BatchValidity::Past is not allowed pre-holocene");
error!(target: "batch-stream", "BatchValidity::Past is not allowed pre-holocene");
return Err(PipelineError::InvalidBatchValidity.crit());
}

Expand Down

0 comments on commit d886af1

Please sign in to comment.