reduce log spam when rebalancing

This commit is contained in:
Matt 2015-06-19 08:47:06 -07:00
parent bdebd79f4f
commit 7a0ae294a2

View File

@ -2313,7 +2313,7 @@ bool UdpServer::makeCallback_ass ( UdpSlot *slot ) {
// . unless there was an error
// . g_errno could be ECANCELLED
if ( ! g_errno && ! slot->isTransactionComplete()) {
log("udp: why calling callback when not ready???");
//log("udp: why calling callback when not ready???");
return false;
}
/*