Commit 135f0ac7 authored by Mark Moriarty's avatar Mark Moriarty

Comment out truncated packets debug message.

parent 93c03b80
...@@ -1210,9 +1210,9 @@ static int mms_ParsePacket( access_t *p_access, ...@@ -1210,9 +1210,9 @@ static int mms_ParsePacket( access_t *p_access,
if( i_packet_length > i_data || i_packet_length <= 8) if( i_packet_length > i_data || i_packet_length <= 8)
{ {
msg_Dbg( p_access, /* msg_Dbg( p_access,
"truncated packet (Declared %d bytes, Actual %d bytes)", "truncated packet (Declared %d bytes, Actual %d bytes)",
i_packet_length, i_data ); i_packet_length, i_data ); */
*pi_used = 0; *pi_used = 0;
return -1; return -1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment