Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scampi committed May 4, 2018
1 parent 0e6cbbd commit e713a1c
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 e713a1c

Please sign in to comment.