summaryrefslogtreecommitdiffstats
path: root/polyp/pacat.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/pacat.c')
-rw-r--r--polyp/pacat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/pacat.c b/polyp/pacat.c
index 0ad5fa52..ed95c2ca 100644
--- a/polyp/pacat.c
+++ b/polyp/pacat.c
@@ -286,7 +286,7 @@ static void stream_get_latency_callback(struct pa_stream *s, const struct pa_lat
return;
}
- fprintf(stderr, "Current latency is %u usecs.\n", i->buffer_usec+i->sink_usec);
+ fprintf(stderr, "Current latency is %f usecs.\n", (float) (i->buffer_usec+i->sink_usec+i->transport_usec));
}
/* Someone requested that the latency is shown */