Skip to content

Commit

Permalink
sae.c: "correct token received" really are debug log messages
Browse files Browse the repository at this point in the history
In a large network, many "correct token received" messages
are logged, thus spamming the syslog. This fixes that mistake.

Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
  • Loading branch information
fhuberts committed Apr 23, 2016
1 parent 5f2152b commit e80a126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sae.c
Original file line number Diff line number Diff line change
Expand Up @@ -1978,7 +1978,7 @@ process_mgmt_frame (struct ieee80211_mgmt_frame *frame, int len, unsigned char *
request_token(frame, me, cookie);
return 0;
} else {
sae_debug(SAE_DEBUG_ERR, "correct token received\n");
sae_debug(SAE_DEBUG_STATE_MACHINE, "correct token received\n");
}
}
/*
Expand Down

0 comments on commit e80a126

Please sign in to comment.