#6234 Change protocol error message

This commit is contained in:
Andrew Nelless 2017-12-20 13:15:38 +00:00 committed by Andrew Nelless
parent 703097c19b
commit 35602ed6bf
1 changed files with 1 additions and 1 deletions

View File

@ -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;