ehaas commented on code in PR #3530:
URL: https://github.com/apache/mynewt-core/pull/3530#discussion_r2516224760
##########
net/oic/src/port/mynewt/ip_adaptor.c:
##########
@@ -165,7 +166,7 @@ oc_send_buffer_ip6_int(struct os_mbuf *m, int is_mcast)
to.msin6_scope_id = itf2.mif_idx;
rc = mn_sendto(oc_ucast6, n, (struct mn_sockaddr *) &to);
if (rc != 0) {
- OC_LOG_ERROR("Failed to send buffer %u on itf %d\n",
+ OC_LOG_ERROR("Failed to send buffer %u on itf %" PRIu32 "\n",
Review Comment:
Updated; I also find the PRI syntax pretty ugly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]