mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 02:53:43 +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();
|
||||
|
||||
if (_isFinished) {
|
||||
qDebug() << "NRDC:" << NodeList::getInstance()->getNumNoReplyDomainCheckIns();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue