summaryrefslogtreecommitdiff
path: root/usr.sbin/ctld
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2016-05-19 14:45:34 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2016-05-19 14:45:34 +0000
commit78a89597fe48bef2bc074c827018bc4f4a5d142c (patch)
tree02336d2852e660d0c9d3b8838ea4bb52e025c1ef /usr.sbin/ctld
parent2f0586b2ce5a8f582ad7c7388d056faeca194d6e (diff)
downloadsrc-test2-78a89597fe48bef2bc074c827018bc4f4a5d142c.tar.gz
src-test2-78a89597fe48bef2bc074c827018bc4f4a5d142c.zip
Notes
Diffstat (limited to 'usr.sbin/ctld')
-rw-r--r--usr.sbin/ctld/discovery.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ctld/discovery.c b/usr.sbin/ctld/discovery.c
index d7d843e566a4..c5aea6fd557b 100644
--- a/usr.sbin/ctld/discovery.c
+++ b/usr.sbin/ctld/discovery.c
@@ -69,7 +69,7 @@ text_receive(struct connection *conn)
"was %u, is %u", conn->conn_cmdsn, ntohl(bhstr->bhstr_cmdsn));
}
if (ntohl(bhstr->bhstr_expstatsn) != conn->conn_statsn) {
- log_errx(1, "received Text PDU with wrong StatSN: "
+ log_errx(1, "received Text PDU with wrong ExpStatSN: "
"is %u, should be %u", ntohl(bhstr->bhstr_expstatsn),
conn->conn_statsn);
}
@@ -127,7 +127,7 @@ logout_receive(struct connection *conn)
ntohl(bhslr->bhslr_cmdsn));
}
if (ntohl(bhslr->bhslr_expstatsn) != conn->conn_statsn) {
- log_errx(1, "received Logout PDU with wrong StatSN: "
+ log_errx(1, "received Logout PDU with wrong ExpStatSN: "
"is %u, should be %u", ntohl(bhslr->bhslr_expstatsn),
conn->conn_statsn);
}