Fixed typo in TransportAction log line

This commit is contained in:
javanna 2014-06-18 17:37:45 +02:00 committed by Luca Cavanna
parent 1114835de5
commit a499254566
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public abstract class TransportAction<Request extends ActionRequest, Response ex
}
});
} catch (EsRejectedExecutionException ex) {
logger.debug("Can not run threaded action, exectuion rejected [{}] running on current thread", listener);
logger.debug("Can not run threaded action, execution rejected [{}] running on current thread", listener);
/* we don't care if that takes long since we are shutting down. But if we not respond somebody could wait
* for the response on the listener side which could be a remote machine so make sure we push it out there.*/
try {