fixed 'bad descriptor' exception

This commit is contained in:
orignal 2015-01-21 15:59:05 -05:00
parent ec980edf56
commit 276d5097c1

View file

@ -76,7 +76,7 @@ namespace transport
m_Socket.close ();
transports.PeerDisconnected (shared_from_this ());
m_Server.RemoveNTCPSession (shared_from_this ());
LogPrint (eLogInfo, "NTCP session wiht ", m_Socket.remote_endpoint ()," terminated");
LogPrint (eLogInfo, "NTCP session terminated");
}
void NTCPSession::Connected ()