diff options
| author | Ryan Hsu <ryanhsu@qca.qualcomm.com> | 2014-03-18 18:56:30 -0700 |
|---|---|---|
| committer | Nandini Suresh <snandini@qca.qualcomm.com> | 2014-04-03 18:24:24 -0700 |
| commit | 625e64d45f5ee3f40b95d113f354c8656145d545 (patch) | |
| tree | 0b316f53b75c953bdf0c0773680c3a387ef74a78 | |
| parent | c3625918cd24d2ba89f8e4361dae36b4cd508b26 (diff) | |
qcacld: wma: lower the debug print
wow wakeup event is in debug level which is too verbose
reduce the debug level to info
CRs-fixed: 642873
Change-Id: I2a1b99f720fb5b2f184682725011c07d809fad00
| -rw-r--r-- | CORE/SERVICES/WMA/wma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/SERVICES/WMA/wma.c b/CORE/SERVICES/WMA/wma.c index 00daf1983f2c..62c6debd3001 100644 --- a/CORE/SERVICES/WMA/wma.c +++ b/CORE/SERVICES/WMA/wma.c @@ -11973,7 +11973,7 @@ static int wma_wow_wakeup_host_event(void *handle, u_int8_t *event, wake_info = param_buf->fixed_param; - WMA_LOGD("WOW wakeup host event received (reason: %s) for vdev %d", + WMA_LOGI("WOW wakeup host event received (reason: %s) for vdev %d", wma_wow_wake_reason_str(wake_info->wake_reason), wake_info->vdev_id); |
