Reduce debug verbosity for read-only control interface commands
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 10 Sep 2015 08:17:19 +0000 (11:17 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 10 Sep 2015 08:17:19 +0000 (11:17 +0300)
commit8db9a79d414d15073592f92ba0056d6e3c0e6703
tree3b4e7a366e184a2d53a1c9866800189852ecb29c
parent7cb9bb4d9bfb1d2a23fb3b760208281c7fdfbafd
Reduce debug verbosity for read-only control interface commands

Commands like BSS and GET_NETWORK are used in some cases very frequently
and those can increase the amount of debug information from
wpa_supplicant without significant benefit. These were logged at the
DEBUG level (-d). Move logging of such read-only commands (i.e., no new
wpa_supplicant operation is started based on it) to EXCESSIVE level
(-ddd) which was already used for the PING command.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/ctrl_iface.c