mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
Debug when limit of checkins reached
This commit is contained in:
parent
30fc9ef3f7
commit
aa0245b9c2
1 changed files with 1 additions and 0 deletions
|
@ -336,6 +336,7 @@ void NodeList::sendDomainServerCheckIn() {
|
|||
if (_numNoReplyDomainCheckIns >= MAX_SILENT_DOMAIN_SERVER_CHECK_INS) {
|
||||
// we haven't heard back from DS in MAX_SILENT_DOMAIN_SERVER_CHECK_INS
|
||||
// so emit our signal that says that
|
||||
qDebug() << "Limit of silent domain checkins reached";
|
||||
emit limitOfSilentDomainCheckInsReached();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue