From e03b3bc757e4745ab9c5216919f0dc358da1292f Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 29 Feb 2016 15:49:10 +0100 Subject: osmux_test.c: tweak error report --- tests/osmux/osmux_test.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/osmux/osmux_test.c b/tests/osmux/osmux_test.c index 94b95de..6fb4dad 100644 --- a/tests/osmux/osmux_test.c +++ b/tests/osmux/osmux_test.c @@ -63,7 +63,9 @@ static void tx_cb(struct msgb *msg, void *data) last = now; if (diff.tv_usec > 2*17000) { - fprintf(stdout, "lagging to deliver reconstructed RTP\n"); + fprintf(stdout, "delivery of reconstructed RTP lagged" + " (diff.tv_usec=%u > 2*17000)\n", + (unsigned int)diff.tv_usec); exit(EXIT_FAILURE); } -- cgit v1.2.3