From b262aefe56904f5543601169d460ed5c7f37eaab Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 23 Jan 2013 13:02:05 -0600 Subject: bluez5: Fix copy paste error --- plugins/bluez5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/bluez5.c') diff --git a/plugins/bluez5.c b/plugins/bluez5.c index 84ba47d7..8d8b5653 100644 --- a/plugins/bluez5.c +++ b/plugins/bluez5.c @@ -130,7 +130,7 @@ void bluetooth_unregister_profile(DBusConnection *conn, const char *object) dbus_message_iter_append_basic(&iter, DBUS_TYPE_OBJECT_PATH, &object); if (!dbus_connection_send_with_reply(conn, msg, &c, -1)) { - ofono_error("Sending RegisterProfile failed"); + ofono_error("Sending UnregisterProfile failed"); dbus_message_unref(msg); return; } -- cgit v1.2.3