Fix checkstyle
Original commit: elastic/x-pack-elasticsearch@05d59da705
This commit is contained in:
parent
e3bb7cfea3
commit
db14d89358
|
@ -79,7 +79,8 @@ public class MlInitializationService extends AbstractComponent implements Cluste
|
||||||
if (error instanceof ResourceAlreadyExistsException) {
|
if (error instanceof ResourceAlreadyExistsException) {
|
||||||
logger.debug("not able to create {} index as it already exists", Auditor.NOTIFICATIONS_INDEX);
|
logger.debug("not able to create {} index as it already exists", Auditor.NOTIFICATIONS_INDEX);
|
||||||
} else {
|
} else {
|
||||||
logger.error(new ParameterizedMessage("not able to create {} index", Auditor.NOTIFICATIONS_INDEX), error);
|
logger.error(
|
||||||
|
new ParameterizedMessage("not able to create {} index", Auditor.NOTIFICATIONS_INDEX), error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
createMlAuditIndexCheck.set(false);
|
createMlAuditIndexCheck.set(false);
|
||||||
|
|
Loading…
Reference in New Issue