Skip to content

Commit 95c7ac2

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 a347512 commit 95c7ac2

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
@@ -352,7 +352,7 @@ protected void initializeFunction() {
352352
logger.warn(
353353
new ParameterizedMessage(
354354
"[{}] could not find any optimizations for continuous execution, "
355-
+ "this transform might run slow, please check your configuration.",
355+
+ "this transform might run slowly, please check your configuration.",
356356
getJobId()
357357
)
358358
);

0 commit comments

Comments
 (0)