summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/login.c
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-04-16 11:03:21 +0000
committertrasz <trasz@FreeBSD.org>2014-04-16 11:03:21 +0000
commit5094b33e15b54ce9f0eedde5ebf8abb51a558ca8 (patch)
treefd1c1f8741634eb42810c50aad17419d12794841 /usr.sbin/ctld/login.c
parent6a793c73c624bbaebe9a8e8198794fcdd4f13a93 (diff)
downloadFreeBSD-src-5094b33e15b54ce9f0eedde5ebf8abb51a558ca8.zip
FreeBSD-src-5094b33e15b54ce9f0eedde5ebf8abb51a558ca8.tar.gz
Use proper terminology in debug messages.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/ctld/login.c')
-rw-r--r--usr.sbin/ctld/login.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ctld/login.c b/usr.sbin/ctld/login.c
index c1a2393..f830d15 100644
--- a/usr.sbin/ctld/login.c
+++ b/usr.sbin/ctld/login.c
@@ -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; "
OpenPOWER on IntegriCloud