Stop logging sent data.
This commit is contained in:
parent
846c7d220d
commit
11c226f8d1
2
Conn.cs
2
Conn.cs
@ -71,7 +71,7 @@ public class Conn
|
|||||||
|
|
||||||
//var str = System.Text.Encoding.Default.GetString( mm_buffer, 0, (int)ms.Position );
|
//var str = System.Text.Encoding.Default.GetString( mm_buffer, 0, (int)ms.Position );
|
||||||
//lib.Log.info( "Sent data {0} of length {1}", str, ms.Position );
|
//lib.Log.info( "Sent data {0} of length {1}", str, ms.Position );
|
||||||
lib.Log.info( "Sent {0}", obj );
|
//lib.Log.info( "Sent {0}", obj );
|
||||||
|
|
||||||
byte[] byteSize = BitConverter.GetBytes( (uint)ms.Position );
|
byte[] byteSize = BitConverter.GetBytes( (uint)ms.Position );
|
||||||
m_streamNet.Write( byteSize, 0, 4 );
|
m_streamNet.Write( byteSize, 0, 4 );
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user