mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
move debug for no reply domain checkins to ThreadedAssignment
This commit is contained in:
parent
6f37bb54f8
commit
c1cbc79807
2 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,6 @@ void AudioMixer::run() {
|
|||
QCoreApplication::processEvents();
|
||||
|
||||
if (_isFinished) {
|
||||
qDebug() << "NRDC:" << NodeList::getInstance()->getNumNoReplyDomainCheckIns();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue