[svn] commit: r2704 - /trunk/src/lib/xfr/xfrout_client.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Aug 11 16:10:43 UTC 2010
Author: jreed
Date: Wed Aug 11 16:10:43 2010
New Revision: 2704
Log:
Minor grammar fix in error output (closer matches logging output).
Modified:
trunk/src/lib/xfr/xfrout_client.cc
Modified: trunk/src/lib/xfr/xfrout_client.cc
==============================================================================
--- trunk/src/lib/xfr/xfrout_client.cc (original)
+++ trunk/src/lib/xfr/xfrout_client.cc Wed Aug 11 16:10:43 2010
@@ -77,7 +77,7 @@
{
if (-1 == send_fd(impl_->socket_.native(), tcp_sock)) {
isc_throw(XfroutError,
- "Fail to send the socket file descriptor to xfrout module");
+ "Failed to send the socket file descriptor to xfrout module");
}
// XXX: this shouldn't be blocking send, even though it's unlikely to
More information about the bind10-changes
mailing list