From 02bdfcb11574ac08edf8f432a8d8ca395b70abfe Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sat, 18 Jun 2022 14:37:11 +0300 Subject: [PATCH] bluez5: ad2p-sink: adjust debug log message timeout -> timer, since "timeout" looks like error to users --- spa/plugins/bluez5/a2dp-sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/bluez5/a2dp-sink.c b/spa/plugins/bluez5/a2dp-sink.c index 35a2a60d3..853781c00 100644 --- a/spa/plugins/bluez5/a2dp-sink.c +++ b/spa/plugins/bluez5/a2dp-sink.c @@ -843,7 +843,7 @@ static void a2dp_on_timeout(struct spa_source *source) prev_time = this->current_time; now_time = this->current_time = this->next_time; - spa_log_debug(this->log, "%p: timeout %"PRIu64" %"PRIu64"", this, + spa_log_debug(this->log, "%p: timer %"PRIu64" %"PRIu64"", this, now_time, now_time - prev_time); if (SPA_LIKELY(this->position)) {