mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Merge pull request #2421 from birarda/audio-scaling
output number of no reply checkins when finished
This commit is contained in:
commit
5580a5cfc4
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