Skip to content

Commit

Permalink
revert logging
Browse files Browse the repository at this point in the history
Signed-off-by: Charly Wu <charlywu@medinno.com>
  • Loading branch information
cwrx777 committed Jan 26, 2024
1 parent 4a08a61 commit 2379ea4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ void FleetUpdateHandle::Implementation::bid_notice_cb(
{
RCLCPP_INFO(
node->get_logger(),
"Ignoring BidNotice request as it is for fleet [%s]. ",
"Ignoring BidNotice request as it is for fleet [%s].",
request_msg["fleet_name"].template get<std::string>().c_str());
return;
}
Expand Down

0 comments on commit 2379ea4

Please sign in to comment.