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:
Huang-Huang Bao 2021-03-15 17:32:20 +08:00 committed by Wim Taymans
parent 374180e211
commit 01df7671d5
3 changed files with 5 additions and 5 deletions

View file

@ -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;
}