Fix log message.
This commit is contained in:
parent
b5946cf19b
commit
7d014da700
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ public class MultiLangRecordProcessor implements IRecordProcessor, IShutdownNoti
|
|||
}
|
||||
LOG.info("Requesting a checkpoint on shutdown notification.");
|
||||
if (!protocol.shutdownRequested(checkpointer)) {
|
||||
LOG.error("Child process failed to shutdown");
|
||||
LOG.error("Child process failed to complete shutdown notification.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue