3
0
Fork 0
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:
Stephen Birarda 2013-09-18 15:20:55 -07:00
parent b4f9e393a4
commit 5479c5b40f

View file

@ -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");
}
}
}