From 821aaf3836e639c8521280b7d8f3b976348fcd16 Mon Sep 17 00:00:00 2001 From: FireFather Date: Wed, 8 Jul 2020 14:31:40 +0200 Subject: [PATCH] Update misc.cpp do not clutter console window remove "Windows large pages not used." only show message when/if successful --- src/misc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/misc.cpp b/src/misc.cpp index 1d6bbb4f..6a7f178e 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -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;