]> git.sesse.net Git - vlc/commitdiff
Comment out truncated packets debug message.
authorMark Moriarty <markfm@videolan.org>
Mon, 25 Oct 2004 11:23:11 +0000 (11:23 +0000)
committerMark Moriarty <markfm@videolan.org>
Mon, 25 Oct 2004 11:23:11 +0000 (11:23 +0000)
modules/access/mms/mmstu.c

index 5bec91252286713442c1e349307d5711283c1a8a..107b7527e62c8e4a84e6460cef6017f00229218f 100644 (file)
@@ -1210,9 +1210,9 @@ static int  mms_ParsePacket( access_t *p_access,
 
     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)",
-                 i_packet_length, i_data  );
+                 i_packet_length, i_data  ); */
         *pi_used = 0;
         return -1;
     }