Simplify printing of engine info

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-12-30 12:53:51 +01:00
parent 0a6532a39d
commit ad43ce1436
4 changed files with 29 additions and 35 deletions

View File

@@ -117,8 +117,7 @@ void uci_loop() {
<< "\npawn key: " << pos.pawn_key() << endl;
else if (token == "uci")
cout << "id name " << engine_name()
<< "\nid author " << engine_authors()
cout << "id name " << engine_info(true)
<< "\n" << Options
<< "\nuciok" << endl;
else