LOG_ERROR_STR("[Correlator] I lost "<<lostPerc<<"% of the data for subband "<<globalSubbandIdx<<" to "<<ps.settings.correlator.files[globalSubbandIdx].location.host);
if(didNotSendPerc>0)
LOG_WARN_STR("[Correlator] Did not send "<<didNotSendPerc<<"% of the data for subband "<<globalSubbandIdx<<" to "<<ps.settings.correlator.files[globalSubbandIdx].location.host);
}
// Per-subband loss of the BeamFormer is not really relevant due to the 2nd transpose to OutputProc.
// Instead, we report loss in the TABTranspose::MultiSender.
LOG_ERROR_STR("[Correlator] I lost "<<lostPerc<<"% of the data for subband "<<globalSubbandIdx<<" to "<<ps.settings.correlator.files[globalSubbandIdx].location.host);
if(didNotSendPerc>0)
LOG_WARN_STR("[Correlator] Did not send "<<didNotSendPerc<<"% of the data for subband "<<globalSubbandIdx<<" to "<<ps.settings.correlator.files[globalSubbandIdx].location.host);