Skip to content

Commit

Permalink
Fix bad string print.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Dec 17, 2024
1 parent d4ca8c6 commit 894005d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/detail/rmw_service_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ void ServiceData::add_new_query(std::unique_ptr<ZenohQuery> query)
RMW_ZENOH_LOG_ERROR_NAMED(
"rmw_zenoh_cpp",
"Query queue depth of %ld reached, discarding oldest Query "
"for service for %.*s",
"for service for %s",
adapted_qos_profile.depth,
keyexpr_.c_str());
query_queue_.pop_front();
Expand Down

0 comments on commit 894005d

Please sign in to comment.