Index: trunk/udpmcast/htcpseqcheck.py |
— | — | @@ -67,7 +67,7 @@ |
68 | 68 | debug("Filled gap of %d packets before new packet seqnr %d, timestamp %s" % (seqnr-tailseq-1, seqnr, ts)) |
69 | 69 | elif seqnr < headseq: |
70 | 70 | if seqnr < self.RESTART_WINDOW: |
71 | | - debug("Source %s started from scratch with seqnr %d" % (seqnr, ts)) |
| 71 | + debug("Source started from scratch with seqnr %d" % seqnr) |
72 | 72 | self.clear() |
73 | 73 | # Clear some counters |
74 | 74 | for c in ['dequeued', 'lost', 'dups', 'outoforder', 'ancient']: |