We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf3a16 commit 488d54eCopy full SHA for 488d54e
rcl/src/rcl/logging.c
@@ -62,8 +62,8 @@ rcl_logging_configure_with_output_handler(
62
RCL_CHECK_ARGUMENT_FOR_NULL(global_args, RCL_RET_INVALID_ARGUMENT);
63
RCL_CHECK_ALLOCATOR_WITH_MSG(allocator, "invalid allocator", return RCL_RET_INVALID_ARGUMENT);
64
RCL_CHECK_ARGUMENT_FOR_NULL(output_handler, RCL_RET_INVALID_ARGUMENT);
65
- RCUTILS_LOGGING_AUTOINIT
66
- g_logging_allocator = *allocator;
+ RCUTILS_LOGGING_AUTOINIT;
+ g_logging_allocator = *allocator;
67
int default_level = global_args->impl->log_level;
68
const char * config_file = global_args->impl->external_log_config_file;
69
g_rcl_logging_stdout_enabled = !global_args->impl->log_stdout_disabled;
0 commit comments