Correct wording in log message (#30336)

This commit is contained in:
Stéphane Campinas 2018-05-07 11:00:06 +01:00 committed by Christoph Büscher
parent 1987d6261f
commit 2f8905839f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}