[dvblast-devel] comm: Remove debug message.

Georgi Chorbadzhiyski git at videolan.org
Fri Jul 5 10:55:26 CEST 2013


dvblast | branch: master | Georgi Chorbadzhiyski <gf at unixsol.org> | Fri Jul  5 11:52:24 2013 +0300| [73d8a23d8926546127a4daf2b34e72c873ac3cb9] | committer: Georgi Chorbadzhiyski

comm: Remove debug message.

A lot of debug messages are actually useful (tunning mesages, tables dump)
but not this one. When a program is run that uses comm socket a lot, dvblast
logs each answer and just polutes the log.

> http://git.videolan.org/gitweb.cgi/dvblast.git/?a=commit;h=73d8a23d8926546127a4daf2b34e72c873ac3cb9
---

 comm.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/comm.c b/comm.c
index 3b57854..7050a05 100644
--- a/comm.c
+++ b/comm.c
@@ -278,8 +278,8 @@ void comm_Read( void )
     uint32_t *p_size = (uint32_t *)&p_answer[4];
     *p_size = i_answer_size + COMM_HEADER_SIZE;
 
-    msg_Dbg( NULL, "answering %d to %d with size %zd", i_answer, i_command,
-             i_answer_size );
+/*    msg_Dbg( NULL, "answering %d to %d with size %zd", i_answer, i_command,
+             i_answer_size ); */
 
 #define min(a, b) (a < b ? a : b)
     ssize_t i_sended = 0;



More information about the dvblast-devel mailing list