summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-07-24 22:04:34 +0000
committerphintuka <phintuka>2006-07-24 22:04:34 +0000
commit2c7c8dc83a7681d4e7393e44b90f404375ecbc38 (patch)
tree5f2b647b5b2af1b07a7d2149a5d97f3b92118de2
parent551d74fda8929589f30323bc3f4d8650f56f9a5d (diff)
downloadxineliboutput-2c7c8dc83a7681d4e7393e44b90f404375ecbc38.tar.gz
xineliboutput-2c7c8dc83a7681d4e7393e44b90f404375ecbc38.tar.bz2
*** empty log message ***xineliboutput-1_0_0pre1
-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 ???");