mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
parent
85d89f9846
commit
6840e1e7eb
@ -24,7 +24,9 @@ std::string BadClientException::getWhat() const throw()
|
||||
|
||||
std::string InvalidProtocolException::getWhat() const throw()
|
||||
{
|
||||
return "InvalidProtocolException";
|
||||
return "InvalidProtocolException; Check the options section of the server "
|
||||
"configuration file has a valid protocol defined.\nProtocol must be barrier (default) or synergy."
|
||||
"\n Ex:\nsection: options\n\tprotocol = barrier\nend\n";
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Loading…
Reference in New Issue
Block a user