Skip to content

Commit e713a1c

Browse files
committed
typo
1 parent 0e6cbbd commit e713a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/src/main/java/org/elasticsearch/test/tasks/MockTaskManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public Task register(String type, String action, TaskAwareRequest request) {
5757
} catch (Exception e) {
5858
logger.warn(
5959
(Supplier<?>) () -> new ParameterizedMessage(
60-
"failed to notify task manager listener about unregistering the task with id {}",
60+
"failed to notify task manager listener about registering the task with id {}",
6161
task.getId()),
6262
e);
6363
}

0 commit comments

Comments
 (0)