mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
bluez 5: Fix a debug message
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
aea3518569
commit
5f6cb5872b
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_d
|
|||
pa_bluetooth_backend *backend;
|
||||
DBusError err;
|
||||
|
||||
pa_log_debug("Bluetooth Headset Backend API support using the NULL backend");
|
||||
pa_log_debug("Bluetooth Headset Backend API support using the native backend");
|
||||
|
||||
backend = pa_xnew0(pa_bluetooth_backend, 1);
|
||||
backend->core = c;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue