diff options
| author | phintuka <phintuka> | 2012-01-16 13:26:14 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2012-01-16 13:26:14 +0000 |
| commit | df90d550cdf13d838e4e2d9c6946e152b987cebe (patch) | |
| tree | 0bf49fe3a450179824c74776459e18f5de97e11b | |
| parent | 16e169e74cef5b0082acf6d79d2d267e12b41a41 (diff) | |
| download | xineliboutput-df90d550cdf13d838e4e2d9c6946e152b987cebe.tar.gz xineliboutput-df90d550cdf13d838e4e2d9c6946e152b987cebe.tar.bz2 | |
Reduced logging
| -rw-r--r-- | xine/ts2es.c | 4 |
1 files 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; } |
