Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
Samahu committed Aug 15, 2024
1 parent 292a5c6 commit 97ce123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ouster-ros/src/os_pcap_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class OusterPcap : public OusterSensorNodeBase {
std::cout << "unknown packet" << std::endl;
RCLCPP_WARN_STREAM_THROTTLE(
get_logger(), *get_clock(), 1,
"unknown packet /w port" << packet_info.dst_port);
"unknown packet /w port: " << packet_info.dst_port);
}
auto prev_packet_ts = packet_info.timestamp;
payload_size = pcap.next_packet();
Expand Down

0 comments on commit 97ce123

Please sign in to comment.