summaryrefslogtreecommitdiffstats
path: root/contrib/wpa
diff options
context:
space:
mode:
authorhiren <hiren@FreeBSD.org>2013-07-08 16:03:18 +0000
committerhiren <hiren@FreeBSD.org>2013-07-08 16:03:18 +0000
commit6a98a29d2971fc8059b201218429959d7f0ab15b (patch)
tree1e5d30db255d63c339c1a9837dc27e4af71e7706 /contrib/wpa
parentf72d1defa88343e8bc4d45ed30206b720b6d0478 (diff)
downloadFreeBSD-src-6a98a29d2971fc8059b201218429959d7f0ab15b.zip
FreeBSD-src-6a98a29d2971fc8059b201218429959d7f0ab15b.tar.gz
Move to MSG_DEBUG to print it via syslog only when requested.
Reviewed by: rpaulo, adrian Approved by: sbruno (mentor)
Diffstat (limited to 'contrib/wpa')
-rw-r--r--contrib/wpa/src/rsn_supp/wpa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/wpa/src/rsn_supp/wpa.c b/contrib/wpa/src/rsn_supp/wpa.c
index e50404c..9283aa79 100644
--- a/contrib/wpa/src/rsn_supp/wpa.c
+++ b/contrib/wpa/src/rsn_supp/wpa.c
@@ -1348,7 +1348,7 @@ static void wpa_supplicant_process_1_of_2(struct wpa_sm *sm,
goto failed;
if (rekey) {
- wpa_msg(sm->ctx->msg_ctx, MSG_INFO, "WPA: Group rekeying "
+ wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "WPA: Group rekeying "
"completed with " MACSTR " [GTK=%s]",
MAC2STR(sm->bssid), wpa_cipher_txt(sm->group_cipher));
wpa_sm_cancel_auth_timeout(sm);
OpenPOWER on IntegriCloud