Logger: Avoid an over CPU consumption.

This commit is contained in:
Stéphane Cerveau 2017-07-01 11:29:59 +02:00
parent 41364c8146
commit 6440059012

View file

@ -197,8 +197,8 @@ void Logger::run()
if (line != NULL) {
processGstLog(line);
g_free(line);
}
//usleep(10);
} else
usleep(10000);
}
qDebug() << "Logger closed";