Commit d35cebde authored by Lorenz Meier's avatar Lorenz Meier

Added warning in console

parent 0a53bfd1
......@@ -1533,6 +1533,7 @@ void UAS::receiveMessage(LinkInterface* link, mavlink_message_t message)
unknownPackets.append(message.msgid);
emit unknownPacketReceived(uasId, message.compid, message.msgid);
qWarning() << "Unknown message from system:" << uasId << "message:" << message.msgid;
}
}
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment