From: H.G.Muller Date: Fri, 7 Nov 2014 08:37:21 +0000 (+0100) Subject: Remove relaying of engine output to GUI for debugging X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=commitdiff_plain;h=fada9d0d1c35f22ebd5706e3f54127624ad7a380 Remove relaying of engine output to GUI for debugging A prints statement used for debugging was left in the source, which would relay any engine output to the GUI as comment line. Problem was that XBoard chokes on lines that contain "not found" even if they are commented. --- diff --git a/uci.c b/uci.c index bb6d0b2..0675320 100644 --- a/uci.c +++ b/uci.c @@ -330,7 +330,7 @@ int uci_parse(uci_t * uci, const char string[]) { ASSERT(string!=NULL); // init -gui_send(GUI, "# %s\n", string); + event = EVENT_NONE; // parse