File tree Expand file tree Collapse file tree
ddsenabler_participants/src/cpp/rpc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,8 +166,8 @@ void RpcInfo::extract_rpc_info()
166166 else
167167 {
168168 EPROSIMA_LOG_ERROR (DDSENABLER_RPC_UTILS ,
169- " Failed to extract RPC info from topic name " << topic_name <<
170- " : unknown action request type suffix" );
169+ " Failed to extract RPC info from topic name " << topic_name
170+ << " : unknown action request type suffix" );
171171 throw std::runtime_error (" Unknown action request type suffix" );
172172 }
173173 return ;
@@ -215,8 +215,8 @@ void RpcInfo::extract_rpc_info()
215215 else
216216 {
217217 EPROSIMA_LOG_ERROR (DDSENABLER_RPC_UTILS ,
218- " Failed to extract RPC info from topic name " << topic_name <<
219- " : unknown action reply type suffix" );
218+ " Failed to extract RPC info from topic name " << topic_name
219+ << " : unknown action reply type suffix" );
220220 throw std::runtime_error (" Unknown action reply type suffix" );
221221 }
222222 return ;
You can’t perform that action at this time.
0 commit comments