Fix license expiry logging

Original commit: elastic/x-pack-elasticsearch@51580eaba7
This commit is contained in:
Areek Zillur 2016-08-22 12:20:21 -04:00
parent 9586e68470
commit 87eb69fdc6
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class LicenseService extends AbstractLifecycleComponent implements Cluste
}
private void logExpirationWarning(long expirationMillis, boolean expired) {
String expiredMsg = expired ? "will expire" : "expired";
String expiredMsg = expired ? "expired" : "will expire";
String general = LoggerMessageFormat.format(null, "\n" +
"#\n" +
"# License [{}] on [{}]. If you have a new license, please update it.\n" +