Skip to content

Commit

Permalink
Node ID and user data logged as hex
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Feuer committed Jul 9, 2019
1 parent 9594a40 commit 8bd66e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmc_pub_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ int rmc_pub_init_context(rmc_pub_context_t** context_res,
pub_init_context(&ctx->pub_ctx);

ctx->subscribers = malloc(sizeof(pub_subscriber_t) * max_subscribers);
RMC_LOG_DEBUG("Publisher Context init. node_id[%u] mcast_group[%s:%d] mcast_if[%s] user_data[%u]",
RMC_LOG_DEBUG("Publisher Context init. node_id[0x%X] mcast_group[%s:%d] mcast_if[%s] user_data[0x%X]",
ctx->node_id, mcast_group_addr, multicast_port, mcast_if_addr, user_data.u32);
return 0;
}
Expand Down

0 comments on commit 8bd66e8

Please sign in to comment.