diff --git a/src/lib/deskflow/DeskflowException.cpp b/src/lib/deskflow/DeskflowException.cpp index 486b0d426..27942c4c8 100644 --- a/src/lib/deskflow/DeskflowException.cpp +++ b/src/lib/deskflow/DeskflowException.cpp @@ -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"; } //