]> git.sesse.net Git - stockfish/commit
Send error message as an UCI info string
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Wed, 19 Aug 2020 17:21:41 +0000 (19:21 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Thu, 20 Aug 2020 19:13:07 +0000 (21:13 +0200)
commita1ad8604a11459a94189f857e368d0fbb72da25d
treefa877094f98369eac65ab9072e061ffbf01ba74d
parent2deb08a52946379d4cebb1082e5d740d1d027122
Send error message as an UCI info string

some GUIs do not show the error message when the engine terminates in the no-net case, as it is send to cerr.
Instead send it as an info string, which the GUI will more likely display.

closes https://github.com/official-stockfish/Stockfish/pull/3031

No functional change.
src/evaluate.cpp