Small extension
This commit is contained in:
parent
500641eeb4
commit
e844d2d918
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue