[svn] commit: r2710 - /trunk/src/lib/xfr/xfrout_client.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Aug 11 23:52:35 UTC 2010
Author: jinmei
Date: Wed Aug 11 23:52:34 2010
New Revision: 2710
Log:
folded a long line.
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 23:52:34 2010
@@ -77,7 +77,8 @@
{
if (-1 == send_fd(impl_->socket_.native(), tcp_sock)) {
isc_throw(XfroutError,
- "Failed 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