Skip to content

Commit

Permalink
Fixing issue with rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nburek committed Dec 4, 2018
1 parent 4adadc7 commit ee53228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl/src/rcl/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ rcl_init(
goto fail;
}

fail_ret = rcl_logging_configure(global_args);
fail_ret = rcl_logging_configure(&context->global_arguments);
if (RCL_RET_OK != fail_ret) {
RCUTILS_LOG_ERROR_NAMED(ROS_PACKAGE_NAME, "Failed to configure logging. %i", fail_ret);
goto fail;
Expand Down

0 comments on commit ee53228

Please sign in to comment.