Skip to content

Commit cda51bb

Browse files
authored
Fixed typo
1 parent f890bf0 commit cda51bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash-core/src/main/java/org/logstash/execution/AbstractPipelineExt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public void notify(ConditionalEvaluationError err) {
184184
if (isDLQEnabled()) {
185185
LOGGER.warn("{}. Failing event was sent to dead letter queue", lastErrorEvaluationReceived);
186186
} else {
187-
LOGGER.warn("{}. Event was dropped, enable debug logging to see the event's payload.", lastErrorEvaluationReceived);
187+
LOGGER.warn("{}. Event was dropped, enable debug logging to see the event's payload", lastErrorEvaluationReceived);
188188
}
189189
LOGGER.debug("Event generating the fault: {}", err.failedEvent().toMap().toString());
190190

0 commit comments

Comments
 (0)