verson 1.4.54b
[polyglot.git] / uci.c
diff --git a/uci.c b/uci.c
index dd13713..65d4d2a 100644 (file)
--- a/uci.c
+++ b/uci.c
@@ -153,7 +153,7 @@ void uci_open(uci_t * uci, engine_t * engine) {
       // Handle the case that the engine is really a WB engine somewhat gracefully.\r
       if((strstr(string,"Illegal") || strstr(string,"Error"))\r
          &&strstr(string,"uci")){\r
-          my_fatal("uci_open(): Not an UCI engine (not found).\n");\r
+          my_fatal("uci_open(): Not an UCI engine.\n");\r
       }\r
       event = uci_parse(uci,string);\r
    } while (!engine_eof(Engine) && (event & EVENT_UCI) == 0);\r