Add information if scan has been requested
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 3 Oct 2010 09:55:47 +0000 (11:55 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 3 Oct 2010 09:55:47 +0000 (11:55 +0200)
plugins/supplicant.c

index 708de31..469e109 100644 (file)
@@ -1454,6 +1454,8 @@ static int initiate_scan(struct supplicant_task *task)
        if (task->scan_call != NULL)
                return -EALREADY;
 
+       connman_info("%s initiating scan", task->ifname);
+
        message = dbus_message_new_method_call(SUPPLICANT_NAME, task->path,
                                        SUPPLICANT_INTF ".Interface", "scan");
        if (message == NULL)