Skip to content

Commit

Permalink
Update x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/…
Browse files Browse the repository at this point in the history
…transform/transforms/TransformIndexer.java

Co-authored-by: Benjamin Trent <ben.w.trent@gmail.com>
  • Loading branch information
2 people authored and Hendrik Muhs committed Jul 29, 2020
1 parent 95c7ac2 commit c288bb7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -359,7 +359,7 @@ protected void initializeFunction() {
auditor.warning(
getJobId(),
"could not find any optimizations for continuous execution, "
+ "this transform might run slow, please check your configuration."
+ "this transform might run slowly, please check your configuration."
);
}
}
Expand Down

0 comments on commit c288bb7

Please sign in to comment.