diff --git a/msg/templates/uorb_microcdr/microRTPS_client.cpp.em b/msg/templates/uorb_microcdr/microRTPS_client.cpp.em index fcd5c305db..d6cff18527 100644 --- a/msg/templates/uorb_microcdr/microRTPS_client.cpp.em +++ b/msg/templates/uorb_microcdr/microRTPS_client.cpp.em @@ -231,7 +231,7 @@ void micrortps_start_topics(struct timespec &begin, uint64_t &total_read, uint64 break; @[end for]@ default: - PX4_WARN("Unexpected topic ID\n"); + PX4_WARN("Unexpected topic ID '%hhu' to getMsg. Please make sure the client is capable of parsing the message associated to the topic ID '%hhu'", topic_ID, topic_ID); break; } }