Use proper naming in a debug message.
MFC after: 2 weeks
This commit is contained in:
parent
6a96a39c77
commit
74864a1eaa
@ -435,7 +435,7 @@ login_chap(struct connection *conn, struct auth_group *ag)
|
|||||||
* Yay, authentication succeeded!
|
* Yay, authentication succeeded!
|
||||||
*/
|
*/
|
||||||
log_debugx("authentication succeeded for user \"%s\"; "
|
log_debugx("authentication succeeded for user \"%s\"; "
|
||||||
"transitioning to Negotiation Phase", auth->a_user);
|
"transitioning to operational parameter negotiation", auth->a_user);
|
||||||
login_send_chap_success(request, auth);
|
login_send_chap_success(request, auth);
|
||||||
pdu_delete(request);
|
pdu_delete(request);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user