]> git.sesse.net Git - stockfish/commit
Always print an info line before a bestmove
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 31 Aug 2020 20:53:20 +0000 (22:53 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 1 Sep 2020 07:26:56 +0000 (09:26 +0200)
commit61381372ec896ae6b0f139555e6e3f816d8aa570
tree44642cd808ce21668e4c0f8e66a21d6828ce5daa
parenta057f170c6920fc4d1abdae619c5259e9d80703c
Always print an info line before a bestmove

if very few nodes are being searched before a bestmove is reported,
an info line might be missing.

fixes https://github.com/official-stockfish/Stockfish/issues/2757

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

no functional change
src/search.cpp