Skip to content

Commit

Permalink
logging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jun 21, 2016
1 parent dfb30de commit 3034377
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1351,7 +1351,7 @@ public void notifyTaskStart(Task task) {
}

private void logListenerException(RuntimeException e) {
LoggingUtils.logException(LOGGER, "Task listener returned an unexpected exception", e);
LoggingUtils.logUnexpectedException(LOGGER, "Task listener returned an unexpected exception", e);
}

public void notifyTaskFinish(Task task, TaskRunResult runResult) {
Expand Down

0 comments on commit 3034377

Please sign in to comment.