mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
output count of unreplied domain-server check ins
This commit is contained in:
parent
9d6dac6a76
commit
bc1b7045cb
1 changed files with 1 additions and 1 deletions
|
@ -82,9 +82,9 @@ void ThreadedAssignment::sendStatsPacket() {
|
|||
|
||||
void ThreadedAssignment::checkInWithDomainServerOrExit() {
|
||||
if (NodeList::getInstance()->getNumNoReplyDomainCheckIns() == MAX_SILENT_DOMAIN_SERVER_CHECK_INS) {
|
||||
qDebug() << "NRDC:" << NodeList::getInstance()->getNumNoReplyDomainCheckIns();
|
||||
setFinished(true);
|
||||
} else {
|
||||
qDebug() << "Sending DS check in. There are" << NodeList::getInstance()->getNumNoReplyDomainCheckIns() << "unreplied.";
|
||||
NodeList::getInstance()->sendDomainServerCheckIn();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue