summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xine_input_vdr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_input_vdr.c b/xine_input_vdr.c
index a5370060..a4cc7cc4 100644
--- a/xine_input_vdr.c
+++ b/xine_input_vdr.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_input_vdr.c,v 1.20 2006-07-24 01:05:25 phintuka Exp $
+ * $Id: xine_input_vdr.c,v 1.21 2006-07-24 22:04:34 phintuka Exp $
*
*/
@@ -3368,7 +3368,7 @@ static int vdr_plugin_read_net_udp(vdr_input_plugin_t *this)
seq2 &= UDP_SEQ_MASK;
pkt->seq = seq2;
udp->next_seq = seq2;
- LOGDP(" accepted: now currseq %d", udp->next_seq);
+ LOGUDP(" accepted: now currseq %d", udp->next_seq);
/* -> drop frame thru as empty ; it will trigger queue to continue */
} else {
LOGUDP(" rejected: not expected seq ???");