mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 23:55:34 +02:00
use qDebug for too much time message in AudioMixer
This commit is contained in:
parent
b4f9e393a4
commit
5479c5b40f
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ void AudioMixer::run() {
|
|||
if (usecToSleep > 0) {
|
||||
usleep(usecToSleep);
|
||||
} else {
|
||||
std::cout << "Took too much time, not sleeping!\n";
|
||||
qDebug("Took too much time, not sleeping!\n");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue