Fix typo in debug message
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 5 Jan 2009 22:18:45 +0000 (23:18 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 5 Jan 2009 22:18:45 +0000 (23:18 +0100)
src/device.c

index a3bbd89..c1aa004 100644 (file)
@@ -1046,7 +1046,7 @@ int connman_device_set_string(struct connman_device *device,
 const char *connman_device_get_string(struct connman_device *device,
                                                        const char *key)
 {
-       DBG("device %p key %s", device);
+       DBG("device %p key %s", device, key);
 
        if (g_str_equal(key, "Name") == TRUE)
                return device->name;