summaryrefslogtreecommitdiffstats
path: root/service/lib/common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'service/lib/common.cpp')
-rw-r--r--service/lib/common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/lib/common.cpp b/service/lib/common.cpp
index cee4ad1..dd8099b 100644
--- a/service/lib/common.cpp
+++ b/service/lib/common.cpp
@@ -69,7 +69,7 @@ wifi_error wifi_register_vendor_handler(wifi_handle handle,
info->event_cb[info->num_event_cb].cb_func = func;
info->event_cb[info->num_event_cb].cb_arg = arg;
info->num_event_cb++;
- ALOGI("Successfully added event handler %p for vendor 0x%0x", func, id);
+ ALOGI("Added event handler %p for vendor 0x%0x and subcmd 0x%0x", func, id, subcmd);
return WIFI_SUCCESS;
} else {
return WIFI_ERROR_OUT_OF_MEMORY;