add space before time(s)

This commit is contained in:
Prabhjyot Singh 2017-06-19 23:54:17 +05:30
parent adf23743b0
commit 443c407d33

View file

@ -100,7 +100,7 @@ public abstract class KerberosInterpreter extends Interpreter {
.schedule(this, getTimeAsMs(getKerberosRefreshInterval()), TimeUnit.MILLISECONDS);
} else {
kinitFailCount++;
logger.info("runKerberosLogin failed for " + kinitFailCount + "time");
logger.info("runKerberosLogin failed for " + kinitFailCount + " time(s).");
// schedule another retry at once or close the interpreter if too many times kinit fails
if (kinitFailCount >= kinitFailThreshold()) {
logger.error("runKerberosLogin failed for max attempts, calling close interpreter.");