1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 01:03:09 +00:00

Send uci 'info' to std::out as standard behaviour

This commit is contained in:
Marco Costalba 2016-05-27 12:39:55 +02:00
parent 8e2adf3c4c
commit 551a5246f0

View file

@ -1366,7 +1366,7 @@ void Tablebases::init(const std::string& paths)
} }
} }
std::cerr << "info string Found " << EntryTable.size() << " tablebases" << std::endl; sync_cout << "info string Found " << EntryTable.size() << " tablebases" << sync_endl;
} }
// Probe the WDL table for a particular position. // Probe the WDL table for a particular position.