Skip to content

Commit

Permalink
Fix warning message (#371)
Browse files Browse the repository at this point in the history
Signed-off-by: Alaa El Jawad <ejalaa12@gmail.com>
  • Loading branch information
ejalaa12 committed Mar 11, 2023
1 parent 27f20ff commit 18be705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros_gz_bridge/src/ros_gz_bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ void RosGzBridge::add_bridge(const BridgeConfig & config)
"Failed to create a bridge for topic [%s] with ROS2 type [%s] "
"to topic [%s] with Gazebo Transport type [%s]",
config.ros_topic_name.c_str(),
config.gz_topic_name.c_str(),
config.ros_type_name.c_str(),
config.gz_topic_name.c_str(),
config.gz_type_name.c_str());
}
}
Expand Down

0 comments on commit 18be705

Please sign in to comment.