[svn] commit: r2390 - /trunk/src/lib/xfr/xfrout_client.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jul 1 21:11:52 UTC 2010


Author: jinmei
Date: Thu Jul  1 21:11:51 2010
New Revision: 2390

Log:
terminology fix in an exception message.  (trac #266)
trivial, skip review.

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 Thu Jul  1 21:11:51 2010
@@ -66,7 +66,7 @@
 {
     if (-1 == send_fd(impl_->socket_.native(), tcp_sock)) {
         isc_throw(XfroutError,
-                  "Fail to send socket descriptor to xfrout module");
+                  "Fail to send the socket file descriptor to xfrout module");
     }
 
     // XXX: this shouldn't be blocking send, even though it's unlikely to block.




More information about the bind10-changes mailing list