output number of no reply domain checkins when finished

This commit is contained in:
Stephen Birarda 2014-03-21 10:10:25 -07:00
parent 24e9446814
commit 0105029d9c

View file

@ -393,6 +393,7 @@ void AudioMixer::run() {
QCoreApplication::processEvents();
if (_isFinished) {
qDebug() << "NRDC:" << NodeList::getInstance()->getNumNoReplyDomainCheckIns();
break;
}