Fix log message.

This commit is contained in:
Ikram ulhaq 2017-06-05 13:15:45 -07:00
parent b5946cf19b
commit 7d014da700

View file

@ -150,7 +150,7 @@ public class MultiLangRecordProcessor implements IRecordProcessor, IShutdownNoti
} }
LOG.info("Requesting a checkpoint on shutdown notification."); LOG.info("Requesting a checkpoint on shutdown notification.");
if (!protocol.shutdownRequested(checkpointer)) { if (!protocol.shutdownRequested(checkpointer)) {
LOG.error("Child process failed to shutdown"); LOG.error("Child process failed to complete shutdown notification.");
} }
} }