Fix case in mlockall check error message

This commit is contained in:
Jason Tedor 2016-03-02 22:12:18 -05:00
parent 65c9691327
commit 62638b8212
1 changed files with 1 additions and 1 deletions

View File

@ -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