Fix cpplint/uncrustify failure.
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
This commit is contained in:
parent
205170449c
commit
a251a84e5a
1 changed files with 4 additions and 1 deletions
|
@ -121,7 +121,10 @@ rcl_init(
|
||||||
ret = rcl_logging_configure(&context->global_arguments, &allocator);
|
ret = rcl_logging_configure(&context->global_arguments, &allocator);
|
||||||
if (RCL_RET_OK != ret) {
|
if (RCL_RET_OK != ret) {
|
||||||
fail_ret = ret;
|
fail_ret = ret;
|
||||||
RCUTILS_LOG_ERROR_NAMED(ROS_PACKAGE_NAME, "Failed to configure logging: %s", rcutils_get_error_string().str);
|
RCUTILS_LOG_ERROR_NAMED(
|
||||||
|
ROS_PACKAGE_NAME,
|
||||||
|
"Failed to configure logging: %s",
|
||||||
|
rcutils_get_error_string().str);
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue