mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 11:24:10 +02:00
output number of no reply domain checkins when finished
This commit is contained in:
parent
24e9446814
commit
0105029d9c
1 changed files with 1 additions and 0 deletions
|
@ -393,6 +393,7 @@ void AudioMixer::run() {
|
||||||
QCoreApplication::processEvents();
|
QCoreApplication::processEvents();
|
||||||
|
|
||||||
if (_isFinished) {
|
if (_isFinished) {
|
||||||
|
qDebug() << "NRDC:" << NodeList::getInstance()->getNumNoReplyDomainCheckIns();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue