Update after review.

Change log level of message at shutdown.

Original commit: elastic/x-pack-elasticsearch@c6d80aaec9
This commit is contained in:
Brian Murphy 2015-04-16 15:24:40 -04:00
parent c6b5507436
commit 44a3f600ab

@ -310,7 +310,7 @@ public class ExecutionService extends AbstractComponent {
if (started()) {
logger.error("failed to execute watch from SchedulerListener [{}]", e, name);
} else {
logger.error("failed to execute watch from SchedulerListener [{}] after shutdown", e, name);
logger.debug("failed to execute watch from SchedulerListener [{}] after shutdown", e, name);
}
}
}