bluez 5: Fix a debug message

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
David Henningsson 2014-11-03 12:16:31 +01:00
parent aea3518569
commit 5f6cb5872b

View file

@ -468,7 +468,7 @@ pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_d
pa_bluetooth_backend *backend; pa_bluetooth_backend *backend;
DBusError err; 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 = pa_xnew0(pa_bluetooth_backend, 1);
backend->core = c; backend->core = c;