Commit 80956e42 authored by Don Gagne's avatar Don Gagne

Better debugging for Windows failure

parent b066ee20
......@@ -235,6 +235,7 @@ void MockMavlinkFileServer::sendMessage(mavlink_message_t message)
// Validate CRC
if (request->hdr.crc32 != QGCUASFileManager::crc32(request)) {
qDebug() << "Bad CRC received - opcode:" << request->hdr.opcode << "expected:" << request->hdr.crc32 << "actual:" << QGCUASFileManager::crc32(request);
_sendNak(QGCUASFileManager::kErrCrc, outgoingSeqNumber);
}
......
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