lot of work

This commit is contained in:
Anonymous275
2020-11-08 21:48:44 +02:00
parent c6fbd3dc49
commit 8e9bf46778
5 changed files with 21 additions and 19 deletions

View File

@@ -255,7 +255,7 @@ void TCPServerMain(){
std::thread ID(Identify,client);
ID.detach();
} catch (const std::exception& e) {
error(Sec("fatal: ") + std::string(e));
error(Sec("fatal: ") + std::string(e.what()));
}
}while(client);