From df90d550cdf13d838e4e2d9c6946e152b987cebe Mon Sep 17 00:00:00 2001 From: phintuka Date: Mon, 16 Jan 2012 13:26:14 +0000 Subject: Reduced logging --- xine/ts2es.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xine/ts2es.c b/xine/ts2es.c index afa7395b..d98cbd2b 100644 --- a/xine/ts2es.c +++ b/xine/ts2es.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: ts2es.c,v 1.14 2011-09-15 07:21:29 phintuka Exp $ + * $Id: ts2es.c,v 1.15 2012-01-16 13:26:14 phintuka Exp $ * */ @@ -143,7 +143,7 @@ buf_element_t *ts2es_put(ts2es_t *this, uint8_t *data, fifo_buffer_t *src_fifo) return NULL; } if (!ts_HAS_PAYLOAD(data)) { - LOGDBG("ts2es: no payload, size %d", bytes); + LOGVERBOSE("ts2es: no payload, size %d", bytes); return NULL; } -- cgit v1.2.3