Small extension

This commit is contained in:
Roland Kühn 2022-04-11 14:51:43 +02:00
parent 500641eeb4
commit e844d2d918
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ bool ClientConsole::handle_response(const std::string &response)
} }
else if (server_response->type() == ServerResponse::Type::ServerClosed) else if (server_response->type() == ServerResponse::Type::ServerClosed)
{ {
std::cout << "Server stopped." << std::endl; std::cout << "BeeDB Server stopped." << std::endl;
return false; return false;
} }