Skip to content

Commit

Permalink
AP_Vehicle: standardise AP_DDS message prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring authored and peterbarker committed Oct 19, 2023
1 parent fddea25 commit e05780c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Vehicle/AP_Vehicle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ void AP_Vehicle::setup()

#if AP_DDS_ENABLED
if (!init_dds_client()) {
GCS_SEND_TEXT(MAV_SEVERITY_ERROR, "DDS Client: Failed to Initialize");
GCS_SEND_TEXT(MAV_SEVERITY_ERROR, "%s Failed to Initialize", AP_DDS_Client::msg_prefix);
}
#endif
}
Expand Down

0 comments on commit e05780c

Please sign in to comment.