Fix debug message formatting
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 9 Sep 2010 18:24:40 +0000 (20:24 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 9 Sep 2010 18:44:45 +0000 (20:44 +0200)
plugins/ofono.c

index 4cf4dec..790e0bf 100644 (file)
@@ -288,7 +288,7 @@ static int modem_disable(struct connman_device *device)
 {
        const char *path = connman_device_get_string(device, "Path");
 
-       DBG("device %p, path, %s", device, path);
+       DBG("device %p path %s", device, path);
 
        return modem_change_online(path, FALSE);
 }