Basic RPC stuff in Packet and PacketDecoder for RPC service support.

This commit is contained in:
Adam Ierymenko
2013-07-23 22:46:04 -07:00
parent 10fc164fcb
commit 668c428051
6 changed files with 30 additions and 6 deletions

View File

@ -237,7 +237,7 @@ void NodeConfig::_CBcontrolPacketHandler(UdpSocket *sock,void *arg,const InetAdd
sock->send(remoteAddr,p->data(),p->size(),-1);
}
} catch ( ... ) {
TRACE("exception handling control bus packet from %s",remoteAddr.toString.c_str());
TRACE("exception handling control bus packet from %s",remoteAddr.toString().c_str());
}
}