Browse Source

folded a long line.

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2710 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 14 years ago
parent
commit
3f84bfc366
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/xfr/xfrout_client.cc

+ 2 - 1
src/lib/xfr/xfrout_client.cc

@@ -77,7 +77,8 @@ XfroutClient::sendXfroutRequestInfo(const int tcp_sock,
 {
     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