Skip to content

Commit

Permalink
deskflow#6234 Change protocol error message
Browse files Browse the repository at this point in the history
  • Loading branch information
nlyan authored and Andrew Nelless committed Dec 20, 2017
1 parent 703097c commit 35602ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/client/Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ Client::handleHello(const Event& /*unused*/, void* /*unused*/)
{
SInt16 major, minor;
if (!ProtocolUtil::readf(m_stream, kMsgHello, &major, &minor)) {
sendConnectionFailedEvent("Protocol error from server, check encryption settings");
sendConnectionFailedEvent("Protocol error from server. Aborting");
cleanupTimer();
cleanupConnection();
return;
Expand Down

0 comments on commit 35602ed

Please sign in to comment.