diff --git a/gst/rtpmanager/rtpsource.c b/gst/rtpmanager/rtpsource.c index 4d90795e6b..7079e168a7 100644 --- a/gst/rtpmanager/rtpsource.c +++ b/gst/rtpmanager/rtpsource.c @@ -1210,7 +1210,9 @@ bad_sequence: } probation_seqnum: { - GST_WARNING ("probation: seqnr %d != expected %d", seqnr, expected); + GST_WARNING ("probation: seqnr %d != expected %d " + "(SSRC %u curr_probation %i probation %i)", seqnr, expected, src->ssrc, + src->curr_probation, src->probation); src->curr_probation = src->probation; src->stats.max_seq = seqnr; return FALSE;