|
@@ -77,7 +77,8 @@ XfroutClient::sendXfroutRequestInfo(const int tcp_sock,
|
|
{
|
|
{
|
|
if (-1 == send_fd(impl_->socket_.native(), tcp_sock)) {
|
|
if (-1 == send_fd(impl_->socket_.native(), tcp_sock)) {
|
|
isc_throw(XfroutError,
|
|
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
|
|
// XXX: this shouldn't be blocking send, even though it's unlikely to
|