Skip to content

Commit

Permalink
GimbalController: extend _requestMessageHandler debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidsastresas committed May 7, 2023
1 parent 5af4a9e commit 836da96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gimbal/GimbalController.cc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ void GimbalController::_requestMessageHandler(void* resultHandlerData,
{
// GimbalController* self = (GimbalController*)resultHandlerData;

qCDebug(GimbalLog) << "_requestMessageHandler, commandResult: " << commandResult << ", failureCode: " << failureCode;
qCDebug(GimbalLog) << "_requestMessageHandler, commandResult: " << commandResult << ", failureCode: " << failureCode << "message id: " << message.msgid;

// Not sure what to do here, we already subscribed to GimbalInformation in general in case it
// arrives without us asking for it.
Expand Down

0 comments on commit 836da96

Please sign in to comment.