svn commit: r253040 - head/contrib/wpa/src/rsn_supp

Hiren Panchasara hiren at FreeBSD.org
Mon Jul 8 16:03:19 UTC 2013


Author: hiren
Date: Mon Jul  8 16:03:18 2013
New Revision: 253040
URL: http://svnweb.freebsd.org/changeset/base/253040

Log:
  Move to MSG_DEBUG to print it via syslog only when requested.
  
  Reviewed by:	rpaulo, adrian
  Approved by:	sbruno (mentor)

Modified:
  head/contrib/wpa/src/rsn_supp/wpa.c

Modified: head/contrib/wpa/src/rsn_supp/wpa.c
==============================================================================
--- head/contrib/wpa/src/rsn_supp/wpa.c	Mon Jul  8 16:02:03 2013	(r253039)
+++ head/contrib/wpa/src/rsn_supp/wpa.c	Mon Jul  8 16:03:18 2013	(r253040)
@@ -1348,7 +1348,7 @@ static void wpa_supplicant_process_1_of_
 		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);


More information about the svn-src-all mailing list