mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Send uci 'info' to std::out as standard behaviour
This commit is contained in:
parent
8e2adf3c4c
commit
551a5246f0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue