diff options
| author | phintuka <phintuka> | 2006-06-11 19:08:05 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2006-06-11 19:08:05 +0000 |
| commit | cf30b0929c1e1c5b40e759d759a6eb40e74d50b5 (patch) | |
| tree | 41da00af44a38eec4d75112569d5511152ccffcf /tools | |
| parent | 2d2728326141a5ef0c9f2fc8f611ee3803a75951 (diff) | |
| download | xineliboutput-cf30b0929c1e1c5b40e759d759a6eb40e74d50b5.tar.gz xineliboutput-cf30b0929c1e1c5b40e759d759a6eb40e74d50b5.tar.bz2 | |
Logging clean-up
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/udp_pes_scheduler.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/udp_pes_scheduler.c b/tools/udp_pes_scheduler.c index c5c435fb..b9a929fe 100644 --- a/tools/udp_pes_scheduler.c +++ b/tools/udp_pes_scheduler.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: udp_pes_scheduler.c,v 1.3 2006-06-11 15:50:47 phintuka Exp $ + * $Id: udp_pes_scheduler.c,v 1.4 2006-06-11 19:08:05 phintuka Exp $ * */ @@ -516,7 +516,7 @@ void cUdpScheduler::Action(void) #endif { if(m_QueuePending > (MAX_QUEUE_SIZE-5)) - LOGMSG("cUdpScheduler: kernel transmit queue > ~30kb ! (master=%d ; Queue=%d)", + LOGDBG("cUdpScheduler: kernel transmit queue > ~30kb ! (master=%d ; Queue=%d)", m_Master, m_QueuePending); CondWait.Wait(2); } |
