mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -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
|
|
@ -1232,7 +1232,7 @@ int backend_hsphfpd_register(struct spa_bt_backend *backend)
|
|||
dbus_message_unref(m);
|
||||
|
||||
if (r == NULL) {
|
||||
spa_log_error(backend->log, NAME": Registering application %s failed", path);
|
||||
spa_log_warn(backend->log, NAME": Registering application %s failed", path);
|
||||
dbus_error_free(&err);
|
||||
return -EIO;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue