From 5f6cb5872b0896a55072a6b06486bf116bf2d866 Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Mon, 3 Nov 2014 12:16:31 +0100 Subject: [PATCH] bluez 5: Fix a debug message Signed-off-by: David Henningsson --- src/modules/bluetooth/backend-native.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/bluetooth/backend-native.c b/src/modules/bluetooth/backend-native.c index 66dacf9b0..86af4222c 100644 --- a/src/modules/bluetooth/backend-native.c +++ b/src/modules/bluetooth/backend-native.c @@ -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;