X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;fp=src%2Fuci.cpp;h=3f3cc45874f47169e05e2ed6becbd6c7243e5455;hp=bc0ee0a0ce8718ce6ebaa8ead77b51ca79c4425f;hb=df43805953b241f95c246ff3e96aece76b518590;hpb=d86663af141f1256bfc32ab95891e944d84e8755 diff --git a/src/uci.cpp b/src/uci.cpp index bc0ee0a0..3f3cc458 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -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);