Fix case in mlockall check error message
This commit is contained in:
parent
65c9691327
commit
62638b8212
|
@ -210,7 +210,7 @@ final class BootstrapCheck {
|
|||
|
||||
@Override
|
||||
public String errorMessage() {
|
||||
return "Memory locking requested for elasticsearch process but memory is not locked";
|
||||
return "memory locking requested for elasticsearch process but memory is not locked";
|
||||
}
|
||||
|
||||
// visible for testing
|
||||
|
|
Loading…
Reference in New Issue