Skip to content

Commit c288bb7

Browse files
hendrikmuhsbenwtrent
authored and
Hendrik Muhs
committed
Update x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/transforms/TransformIndexer.java
Co-authored-by: Benjamin Trent <[email protected]>
1 parent 95c7ac2 commit c288bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/transforms/TransformIndexer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ protected void initializeFunction() {
359359
auditor.warning(
360360
getJobId(),
361361
"could not find any optimizations for continuous execution, "
362-
+ "this transform might run slow, please check your configuration."
362+
+ "this transform might run slowly, please check your configuration."
363363
);
364364
}
365365
}

0 commit comments

Comments
 (0)