diff options
author | pjd <pjd@FreeBSD.org> | 2010-08-31 12:03:29 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2010-08-31 12:03:29 +0000 |
commit | d9a5627136f9dfcde4b76bc64b3653e9665f8c2b (patch) | |
tree | 89ade190119cabf421b0d3d497b2474f02729e55 /sbin/hastd | |
parent | 701b1fd34c393c326d1f8558fae78ec95e9d5cc2 (diff) | |
download | FreeBSD-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/hastd')
-rw-r--r-- | sbin/hastd/secondary.c | 2 |
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.", |