Skip to content

Commit

Permalink
Correct wording in log message (#30336)
Browse files Browse the repository at this point in the history
  • Loading branch information
scampi authored and colings86 committed May 8, 2018
1 parent a836e79 commit 8fb798f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public Task register(String type, String action, TaskAwareRequest request) {
} 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);
}
Expand Down

0 comments on commit 8fb798f

Please sign in to comment.