aboutsummaryrefslogtreecommitdiffstats
path: root/tests/osmux/osmux_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/osmux/osmux_test.c')
-rw-r--r--tests/osmux/osmux_test.c4
1 files changed, 3 insertions, 1 deletions
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);
}