1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Change to ignore the uninitialised state of a system alarm.

This is in preparation for a future change.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2293 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
andrew 2010-12-27 07:09:06 +00:00 committed by andrew
parent cb5e3ef4b8
commit bd5316eda0

View File

@ -91,7 +91,7 @@ void SystemHealthGadgetWidget::updateAlarms(UAVObject* systemAlarm)
matrix.translate(startX,startY);
ind->setTransform(matrix,false);
} else {
qDebug() << "Warning: element " << element2 << " not found in SVG.";
if (value.compare("Uninitialised")!=0)qDebug() << "Warning: element " << element2 << " not found in SVG.";
}
} else {
qDebug() << "Warning: Element " << element << " not found in SVG.";