mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
bluez5: ad2p-sink: adjust debug log message
timeout -> timer, since "timeout" looks like error to users
This commit is contained in:
parent
036bb13474
commit
02bdfcb115
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue