Merge pull request #387 from maghis/patch-1
Fixed typo in terminate log message
This commit is contained in:
commit
70f937b68b
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ public class MultiLangDaemon implements Callable<Integer> {
|
||||||
Runtime.getRuntime().addShutdownHook(new Thread() {
|
Runtime.getRuntime().addShutdownHook(new Thread() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
log.info("Process terminanted, will initiate shutdown.");
|
log.info("Process terminated, will initiate shutdown.");
|
||||||
try {
|
try {
|
||||||
Future<Void> fut = daemon.scheduler.requestShutdown();
|
Future<Void> fut = daemon.scheduler.requestShutdown();
|
||||||
fut.get(shutdownGraceMillis, TimeUnit.MILLISECONDS);
|
fut.get(shutdownGraceMillis, TimeUnit.MILLISECONDS);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue