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:
parent
be360d3c21
commit
495bb280c7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user