Skip to content

Commit

Permalink
reflected review results
Browse files Browse the repository at this point in the history
  • Loading branch information
miyakoshi-dev committed Dec 5, 2024
1 parent 96ead88 commit cfb27f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CARET_trace/src/hooked_trace_points.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ void SYMBOL_CONCAT_2(
group_type_name, init_time);

#ifdef DEBUG_OUTPUT
std::cerr << "callback_group_to_executor_entity_collector," << obj << "," << group_addr
std::cerr << "callback_group_to_executor_entity_collector," << obj << "," << group_addr << "," << group_type_name
<< std::endl;
#endif
};
Expand Down

0 comments on commit cfb27f8

Please sign in to comment.