From 551a5246f042729213600c993791df625040d47d Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Fri, 27 May 2016 12:39:55 +0200 Subject: [PATCH] Send uci 'info' to std::out as standard behaviour --- src/syzygy/tbprobe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syzygy/tbprobe.cpp b/src/syzygy/tbprobe.cpp index f4020b72..97aa661e 100644 --- a/src/syzygy/tbprobe.cpp +++ b/src/syzygy/tbprobe.cpp @@ -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.