diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-10-03 11:55:47 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-03 11:55:47 +0200 |
commit | b3f3bd59de6bb0d3412f7a991d90a375ed1e61b7 (patch) | |
tree | 6ad32c792462b87636a942dd93bee867ea6fdb8b | |
parent | 19f2251e0569fe76c535450b5667c817b5043329 (diff) | |
download | connman-b3f3bd59de6bb0d3412f7a991d90a375ed1e61b7.tar.gz connman-b3f3bd59de6bb0d3412f7a991d90a375ed1e61b7.tar.bz2 connman-b3f3bd59de6bb0d3412f7a991d90a375ed1e61b7.zip |
Add information if scan has been requested
-rw-r--r-- | plugins/supplicant.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/supplicant.c b/plugins/supplicant.c index 708de31e..469e109f 100644 --- a/plugins/supplicant.c +++ b/plugins/supplicant.c @@ -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) |