diff --git a/sapfor/experts/Sapfor_2017/_src/Server/server.cpp b/sapfor/experts/Sapfor_2017/_src/Server/server.cpp index aa762b4..7a84326 100644 --- a/sapfor/experts/Sapfor_2017/_src/Server/server.cpp +++ b/sapfor/experts/Sapfor_2017/_src/Server/server.cpp @@ -101,7 +101,7 @@ void Sleep(int millisec) { usleep(millisec * 2000); } #define SERV "[SERVER]" -static const char* VERSION = "8"; +static const char* VERSION = "9"; static FILE* logFile = NULL; extern void __bst_create(const char* name); @@ -540,7 +540,7 @@ int main(int argc, char** argv) else { const size_t hashOfPath = hash{}(path); - __print(SERV, "Open ot create mutex of '%s' path, hash = %zu", path.c_str(), hashOfPath); + __print(SERV, "Open or create mutex of '%s' path, hash = %zu", path.c_str(), hashOfPath); __bst_create(to_string(hashOfPath).c_str()); if (argc == 2 && argv[1] == string("-unlock"))