summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2010-08-31 12:03:29 +0000
committerpjd <pjd@FreeBSD.org>2010-08-31 12:03:29 +0000
commitd9a5627136f9dfcde4b76bc64b3653e9665f8c2b (patch)
tree89ade190119cabf421b0d3d497b2474f02729e55 /sbin
parent701b1fd34c393c326d1f8558fae78ec95e9d5cc2 (diff)
downloadFreeBSD-src-d9a5627136f9dfcde4b76bc64b3653e9665f8c2b.zip
FreeBSD-src-d9a5627136f9dfcde4b76bc64b3653e9665f8c2b.tar.gz
Correct error message.
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> MFC after: 2 weeks
Diffstat (limited to 'sbin')
-rw-r--r--sbin/hastd/secondary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/secondary.c b/sbin/hastd/secondary.c
index 14016f7..fa898ec 100644
--- a/sbin/hastd/secondary.c
+++ b/sbin/hastd/secondary.c
@@ -569,7 +569,7 @@ recv_thread(void *arg)
if (hast_proto_recv_data(res, res->hr_remotein,
hio->hio_nv, hio->hio_data, MAXPHYS) < 0) {
secondary_exit(EX_TEMPFAIL,
- "Unable to receive reply data");
+ "Unable to receive request data");
}
}
pjdlog_debug(2, "recv: (%p) Moving request to the disk queue.",
OpenPOWER on IntegriCloud