svn commit: r212051 - head/sbin/hastd

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Aug 31 12:03:29 UTC 2010


Author: pjd
Date: Tue Aug 31 12:03:29 2010
New Revision: 212051
URL: http://svn.freebsd.org/changeset/base/212051

Log:
  Correct error message.
  
  Submitted by:	Mikolaj Golub <to.my.trociny at gmail.com>
  MFC after:	2 weeks

Modified:
  head/sbin/hastd/secondary.c

Modified: head/sbin/hastd/secondary.c
==============================================================================
--- head/sbin/hastd/secondary.c	Tue Aug 31 10:41:53 2010	(r212050)
+++ head/sbin/hastd/secondary.c	Tue Aug 31 12:03:29 2010	(r212051)
@@ -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.",


More information about the svn-src-all mailing list