Skip to content

Commit

Permalink
Updated error message when getting source timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
jmount-boss committed Oct 22, 2024
1 parent bfc065f commit 8f2f84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/detail/rmw_subscription_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void sub_data_handler(const z_sample_t * sample, void * data)
// isn't fatal, it is unusual and so we should report it.
source_timestamp = 0;
RMW_ZENOH_LOG_ERROR_NAMED(
"rmw_zenoh_cpp", "Unable to obtain sequence number from the attachment.");
"rmw_zenoh_cpp", "Unable to obtain source timestamp from the attachment.");
}

sub_data->add_new_message(
Expand Down

0 comments on commit 8f2f84e

Please sign in to comment.