1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-01 18:29:16 +01:00

Suppress long standing error message from telemetry we've had for ages. It

probably should be fixed properly though.
This commit is contained in:
James Cotton 2012-06-15 15:51:40 -05:00
parent be360d3c21
commit 495bb280c7

View File

@ -367,10 +367,10 @@ void Telemetry::processObjectQueue()
{
// qDebug() << "Process object queue " << tr("- Depth (%1 %2)").arg(objQueue.length()).arg(objPriorityQueue.length());
// Don nothing if a transaction is already in progress (should not happen)
// Do nothing if a transaction is already in progress (should not happen)
// but it does a lot
if (transPending)
{
qxtLog->error("Telemetry: Dequeue while a transaction pending!");
return;
}