mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 19:49:14 +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:
parent
272f0f88c3
commit
821aaf3836
1 changed files with 2 additions and 2 deletions
|
@ -371,8 +371,8 @@ void* aligned_ttmem_alloc(size_t allocSize, void*& mem) {
|
||||||
{
|
{
|
||||||
if (mem)
|
if (mem)
|
||||||
sync_cout << "info string Hash table allocation: Windows large pages used." << sync_endl;
|
sync_cout << "info string Hash table allocation: Windows large pages used." << sync_endl;
|
||||||
else
|
//else
|
||||||
sync_cout << "info string Hash table allocation: Windows large pages not used." << sync_endl;
|
//sync_cout << "info string Hash table allocation: Windows large pages not used." << sync_endl;
|
||||||
}
|
}
|
||||||
firstCall = false;
|
firstCall = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue