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.troc...@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.", _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"