summaryrefslogtreecommitdiffstats
path: root/hcid/device.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-03-20 15:00:51 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-03-20 15:00:51 +0000
commitb29381cae56e509c87cfc6ce12ea34d19dec6f55 (patch)
tree25f20a9504b5128eba515d388221a40b5a6e24f7 /hcid/device.c
parentf511421ba10092ba32343a973e71f96ce4698f7b (diff)
Emit device PropertyChanged properly and fix adapter signals to be emmitted in old and new path when necessary.
Diffstat (limited to 'hcid/device.c')
-rw-r--r--hcid/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/device.c b/hcid/device.c
index 7d48eb25..6d99fb45 100644
--- a/hcid/device.c
+++ b/hcid/device.c
@@ -994,7 +994,7 @@ struct device *device_create(DBusConnection *conn, struct adapter *adapter,
void device_destroy(struct device *device, DBusConnection *conn)
{
- debug("Removing device %s", device->path);
+ debug("Removing device %s", device->path);
dbus_connection_destroy_object_path(conn, device->path);
}