aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/secondary.c
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2010-08-31 12:03:29 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2010-08-31 12:03:29 +0000
commit8ecdeae9d92001eb5684ac8853692dcc325d9e56 (patch)
tree89ade190119cabf421b0d3d497b2474f02729e55 /sbin/hastd/secondary.c
parent0b887306623afaf9c038c5ce8990131767343dec (diff)
downloadsrc-8ecdeae9d92001eb5684ac8853692dcc325d9e56.tar.gz
src-8ecdeae9d92001eb5684ac8853692dcc325d9e56.zip
Correct error message.
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=212051
Diffstat (limited to 'sbin/hastd/secondary.c')
-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 14016f703db1..fa898ecd0f52 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.",