Use proper terminology in debug messages.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d6093026ec
commit
639466801c
@ -787,7 +787,7 @@ login_negotiate(struct connection *conn, struct pdu *request)
|
||||
bool skipped_security;
|
||||
|
||||
if (request == NULL) {
|
||||
log_debugx("beginning parameter negotiation; "
|
||||
log_debugx("beginning operational parameter negotiation; "
|
||||
"waiting for Login PDU");
|
||||
request = login_receive(conn, false);
|
||||
skipped_security = false;
|
||||
@ -813,7 +813,7 @@ login_negotiate(struct connection *conn, struct pdu *request)
|
||||
response_keys);
|
||||
}
|
||||
|
||||
log_debugx("parameter negotiation done; "
|
||||
log_debugx("operational parameter negotiation done; "
|
||||
"transitioning to Full Feature Phase");
|
||||
|
||||
keys_save(response_keys, response);
|
||||
@ -987,7 +987,7 @@ login(struct connection *conn)
|
||||
* but we don't need it.
|
||||
*/
|
||||
log_debugx("authentication not required; "
|
||||
"transitioning to parameter negotiation");
|
||||
"transitioning to operational parameter negotiation");
|
||||
|
||||
if ((bhslr->bhslr_flags & BHSLR_FLAGS_TRANSIT) == 0)
|
||||
log_warnx("initiator did not set the \"T\" flag; "
|
||||
|
Loading…
x
Reference in New Issue
Block a user