Drop some control interface debug print verbosity for send operations
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 10 Sep 2015 08:19:44 +0000 (11:19 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 10 Sep 2015 08:19:44 +0000 (11:19 +0300)
commit43fa110b0b6cc5f6db88497bcdbfae057bbe4d5b
treef7ef3c9185ce68d627ba6aefbf752d875ccb4898
parent8db9a79d414d15073592f92ba0056d6e3c0e6703
Drop some control interface debug print verbosity for send operations

These prints were at DEBUG level (-d), but they can be very frequent, so
drop them to MSGDUMP (-dd). This allows the prints to be suppressed in
common debugging cases while still leaving them easily enablable to
debug control interface issues without having to enable excessive
debugging.

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