move debug for no reply domain checkins to ThreadedAssignment

This commit is contained in:
Stephen Birarda 2014-03-21 10:26:09 -07:00
parent 6f37bb54f8
commit c1cbc79807
2 changed files with 1 additions and 1 deletions

View file

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

View file

@ -56,6 +56,7 @@ void ThreadedAssignment::commonInit(const QString& targetName, NodeType_t nodeTy
void ThreadedAssignment::checkInWithDomainServerOrExit() {
if (NodeList::getInstance()->getNumNoReplyDomainCheckIns() == MAX_SILENT_DOMAIN_SERVER_CHECK_INS) {
qDebug() << "NRDC:" << NodeList::getInstance()->getNumNoReplyDomainCheckIns();
setFinished(true);
} else {
NodeList::getInstance()->sendDomainServerCheckIn();