Browse Source

Correct wording in log message (#30336)

Stéphane Campinas 7 years ago
parent
commit
2f8905839f

+ 1 - 1
test/framework/src/main/java/org/elasticsearch/test/tasks/MockTaskManager.java

@@ -57,7 +57,7 @@ public class MockTaskManager extends TaskManager {
                 } catch (Exception e) {
                     logger.warn(
                         (Supplier<?>) () -> new ParameterizedMessage(
-                            "failed to notify task manager listener about unregistering the task with id {}",
+                            "failed to notify task manager listener about registering the task with id {}",
                             task.getId()),
                         e);
                 }