Skip to content

Commit

Permalink
split long log into two lines
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Soragna <asoragna@irobot.com>
  • Loading branch information
Alberto Soragna committed Mar 16, 2021
1 parent 1a75da6 commit 66974cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rclcpp/src/rclcpp/waitable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ Waitable::set_listener_callback(
(void)user_data;

throw std::runtime_error(
"Custom waitables should override set_listener_callback() if they want to use RMW listeners");
"Custom waitables should override set_listener_callback() "
"if they want to use RMW listeners");
}

0 comments on commit 66974cf

Please sign in to comment.