Skip to content

Commit

Permalink
Reword log line
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerad committed Jan 12, 2025
1 parent 9a01fd0 commit 9c477d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/derive/src/pipeline/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ where
StepResult::AdvancedOrigin
}
PipelineErrorKind::Temporary(_) => {
trace!(target: "pipeline", "Attributes queue step failed temporarily: {:?}", err);
trace!(target: "pipeline", "Attributes queue step failed due to temporary error: {:?}", err);
StepResult::StepFailed(err)
}
_ => {
Expand Down

0 comments on commit 9c477d5

Please sign in to comment.