Log exceptions for sending.

This commit is contained in:
Marc 2013-04-04 19:17:27 -07:00
parent 82487379c4
commit 846c7d220d

View File

@ -79,8 +79,9 @@ public class Conn
m_streamNet.Flush();
}
catch( Exception )
catch( Exception e )
{
lib.Log.warn( "Exception sending obj {0} of {1}", obj, e );
//m_streamNet.Close();
//m_socket.Close();
}