Browse Source

fixed 'bad descriptor' exception

pull/151/head
orignal 10 years ago
parent
commit
276d5097c1
  1. 2
      NTCPSession.cpp

2
NTCPSession.cpp

@ -76,7 +76,7 @@ namespace transport @@ -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 ()

Loading…
Cancel
Save