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 Christoph Büscher committed May 7, 2018
1 parent ee998ac commit 35c5eab
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 35c5eab

Please sign in to comment.