mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
commit
c277fd8ea6
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