bluez5: ad2p-sink: adjust debug log message

timeout -> timer, since "timeout" looks like error to users
This commit is contained in:
Pauli Virtanen 2022-06-18 14:37:11 +03:00 committed by Wim Taymans
parent 036bb13474
commit 02bdfcb115

View file

@ -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)) {