Fixed, message "Huge pages support was successfully enabled, but reboot required to use it" was not shown in release builds.

feature-httpd
XMRig 2017-08-16 14:44:35 +03:00
parent 8bba0df054
commit beb9af4313
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ static BOOL ObtainLockPagesPrivilege() {
LSA_UNICODE_STRING str = StringToLsaUnicodeString(_T(SE_LOCK_MEMORY_NAME));
if (LsaAddAccountRights(handle, user->User.Sid, &str, 1) == 0) {
LOG_DEBUG("Huge pages support was successfully enabled, but reboot required to use it");
LOG_NOTICE("Huge pages support was successfully enabled, but reboot required to use it");
result = TRUE;
}