This commit is contained in:
Mylloon 2023-03-29 16:35:21 +02:00
parent aa11e75748
commit 9e2b7d8cc8
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -56,7 +56,7 @@ class btp_server { // breakthrough text protocol server
string response = file_in->gets(); string response = file_in->gets();
if (!response) { if (!response) {
server_is_up = 0; server_is_up = 0;
error("Engine `%s' playing crashed!", command_line); error("Engine `%s' playing crashed!\n", command_line);
} }
#if DUMP_GTP_PIPES #if DUMP_GTP_PIPES
werror("%s\n", response); werror("%s\n", response);