From 8ecdeae9d92001eb5684ac8853692dcc325d9e56 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Tue, 31 Aug 2010 12:03:29 +0000 Subject: [PATCH] Correct error message. Submitted by: Mikolaj Golub MFC after: 2 weeks --- sbin/hastd/secondary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.",