]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Added FEN string to bench output
[stockfish] / src / uci.cpp
index bc0ee0a0ce8718ce6ebaa8ead77b51ca79c4425f..3f3cc45874f47169e05e2ed6becbd6c7243e5455 100644 (file)
@@ -170,7 +170,7 @@ namespace {
 
         if (token == "go" || token == "eval")
         {
-            cerr << "\nPosition: " << cnt++ << '/' << num << endl;
+            cerr << "\nPosition: " << cnt++ << '/' << num << " (" << pos.fen() << ")" << endl;
             if (token == "go")
             {
                go(pos, is, states);