1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00

Update misc.cpp

do not clutter console window
remove "Windows large pages not used."
only show message when/if successful
This commit is contained in:
FireFather 2020-07-08 14:31:40 +02:00 committed by nodchip
parent 272f0f88c3
commit 821aaf3836

View file

@ -371,8 +371,8 @@ void* aligned_ttmem_alloc(size_t allocSize, void*& mem) {
{
if (mem)
sync_cout << "info string Hash table allocation: Windows large pages used." << sync_endl;
else
sync_cout << "info string Hash table allocation: Windows large pages not used." << sync_endl;
//else
//sync_cout << "info string Hash table allocation: Windows large pages not used." << sync_endl;
}
firstCall = false;