svn commit: r265515 - stable/10/usr.sbin/ctld
Edward Tomasz Napierala
trasz at FreeBSD.org
Wed May 7 07:40:46 UTC 2014
Author: trasz
Date: Wed May 7 07:40:45 2014
New Revision: 265515
URL: http://svnweb.freebsd.org/changeset/base/265515
Log:
MFC r264532:
Use proper terminology in debug messages.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/ctld/login.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/ctld/login.c
==============================================================================
--- stable/10/usr.sbin/ctld/login.c Wed May 7 07:39:16 2014 (r265514)
+++ stable/10/usr.sbin/ctld/login.c Wed May 7 07:40:45 2014 (r265515)
@@ -787,7 +787,7 @@ login_negotiate(struct connection *conn,
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,
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; "
More information about the svn-src-stable-10
mailing list