mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
bluez5: avoid log spamming on debug log level, use log level 'warn' on hsphfpd or ofono registering fail instead of 'error'
This commit is contained in:
parent
374180e211
commit
01df7671d5
3 changed files with 5 additions and 5 deletions
|
|
@ -374,10 +374,10 @@ static int get_transport_unused_size(struct impl *this)
|
|||
int res, value;
|
||||
res = ioctl(this->flush_source.fd, TIOCOUTQ, &value);
|
||||
if (res < 0) {
|
||||
spa_log_debug(this->log, NAME " %p: ioctl fail: %m", this);
|
||||
spa_log_error(this->log, NAME " %p: ioctl fail: %m", this);
|
||||
return -errno;
|
||||
}
|
||||
spa_log_debug(this->log, NAME " %p: fd unused buffer size:%d/%d", this, value, this->fd_buffer_size);
|
||||
spa_log_trace(this->log, NAME " %p: fd unused buffer size:%d/%d", this, value, this->fd_buffer_size);
|
||||
return value;
|
||||
}
|
||||
|
||||
|
|
@ -667,7 +667,7 @@ static void a2dp_on_timeout(struct spa_source *source)
|
|||
this->clock->delay = (delay_nsec * this->clock->rate.denom) / SPA_NSEC_PER_SEC;
|
||||
}
|
||||
|
||||
spa_log_debug(this->log, NAME" %p: timeout %"PRIu64" %"PRIu64"", this,
|
||||
spa_log_trace(this->log, NAME" %p: timeout %"PRIu64" %"PRIu64"", this,
|
||||
now_time, now_time - prev_time);
|
||||
|
||||
spa_log_trace(this->log, NAME " %p: %d", this, io->status);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue