Remove period in min master node check log message

As most of our log messages are not sentences and do not end with
periods, this commit removes a period from the end of the min master
node bootstrap check log message.
This commit is contained in:
Jason Tedor 2016-05-12 12:47:57 -04:00
parent 94317b1d33
commit 0830bd4885
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ final class BootstrapCheck {
@Override
public String errorMessage() {
return "please set [" + ElectMasterService.DISCOVERY_ZEN_MINIMUM_MASTER_NODES_SETTING.getKey() +
"] to a majority of the number of master eligible nodes in your cluster.";
"] to a majority of the number of master eligible nodes in your cluster";
}
@Override