X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fevaluate.cpp;h=c405cfb55388601ac1bf130fbdab8b69e0f79d30;hb=ec02714b6262e26d6f96c45c4e2527f3d382a9f8;hp=4ee3e6fd8b40f403756630464a8bf08cc67d8e22;hpb=d6a5c2b0852e0fe7efff1ef7e8bd6d94f962bf8e;p=stockfish diff --git a/src/evaluate.cpp b/src/evaluate.cpp index 4ee3e6fd..c405cfb5 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -123,11 +123,11 @@ void NNUE::verify() { std::string msg1 = "Network evaluation parameters compatible with the engine must be available."; std::string msg2 = "The network file " + eval_file + " was not loaded successfully."; - std::string msg3 = - "The UCI option EvalFile might need to specify the full path, including the directory name, to the network file."; - std::string msg4 = - "The default net can be downloaded from: https://tests.stockfishchess.org/api/nn/" - + std::string(EvalFileDefaultName); + std::string msg3 = "The UCI option EvalFile might need to specify the full path, " + "including the directory name, to the network file."; + std::string msg4 = "The default net can be downloaded from: " + "https://tests.stockfishchess.org/api/nn/" + + std::string(EvalFileDefaultName); std::string msg5 = "The engine will be terminated now."; sync_cout << "info string ERROR: " << msg1 << sync_endl;