Removed incorrect warning messages.

This commit is contained in:
hiker
2016-03-03 09:38:53 +11:00
parent e1892bc4fd
commit 5ddd577080

View File

@@ -140,7 +140,8 @@ void ProtocolManager::propagateEvent(Event* event)
m_protocols.unlock();
// no protocol was aimed, show the msg to debug
if (searched_protocol == PROTOCOL_NONE)
if (searched_protocol == PROTOCOL_NONE &&
event->getType() != EVENT_TYPE_DISCONNECTED)
{
if(event->getType()==EVENT_TYPE_MESSAGE)
{