mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53: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:
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)
|
||||
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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue