add print
authorChengyi Zhao <chengyix.zhao@intel.com>
Tue, 26 Jun 2012 10:00:03 +0000 (18:00 +0800)
committerChengyi Zhao <chengyix.zhao@intel.com>
Tue, 26 Jun 2012 10:00:03 +0000 (18:00 +0800)
plugins/wifi.c

index 430f9f8..3335e88 100644 (file)
@@ -609,7 +609,8 @@ static int wifi_enable(struct connman_device *device)
                                                interface_create_callback,
                                                        wifi);
         // added by chengyi.zhao
-       DBG("%s does not AP mode", device->network->wifi.mode);
+       //      DBG("%s does not AP mode", device->network->wifi.mode);
+       DBG("%p does not AP mode", device->network);
        if (ret < 0)
                return ret;