Skip to content

Commit

Permalink
Merge branch 'main' into feat/response_time_worst_in_input
Browse files Browse the repository at this point in the history
  • Loading branch information
rokamu623 committed Aug 29, 2023
2 parents 7cb323b + acfc6c1 commit 162c2ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/caret_analyze/infra/lttng/event_counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ def _validate(self):
set(recorded_trace_points) & {'ros2:rmw_take'}) != 0

if self._has_original_rclcpp_publish:
logger.warning('Trace data from a package built without caret-rclcpp was detected. '
'This trace data may not be analyzed successfully.')
logger.warning(
'This trace data has trace point from a package built without caret-rclcpp. '
'Such package cannot be analyzed successfully.')

if (not has_forked_inter_process_trace_points
and not has_forked_intra_process_trace_points):
Expand Down

0 comments on commit 162c2ba

Please sign in to comment.