bluez5: Fix copy paste error

This commit is contained in:
Denis Kenzior 2013-01-23 13:02:05 -06:00
parent 2fa7a4a66e
commit b262aefe56
1 changed files with 1 additions and 1 deletions

View File

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