summaryrefslogtreecommitdiffstats
path: root/client_interface_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client_interface_impl.cpp')
-rw-r--r--client_interface_impl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/client_interface_impl.cpp b/client_interface_impl.cpp
index d66ea59..e5d4b55 100644
--- a/client_interface_impl.cpp
+++ b/client_interface_impl.cpp
@@ -98,6 +98,8 @@ ClientInterfaceImpl::ClientInterfaceImpl(
&wiphy_features_)) {
LOG(ERROR) << "Failed to get wiphy info from kernel";
}
+ LOG(INFO) << "create scanner for interface with index: "
+ << (int)interface_index_;
scanner_ = new ScannerImpl(interface_index_,
band_info_,
scan_capabilities_,