Fixed compiler warning in CoAP logging
This commit is contained in:
parent
c9d255b847
commit
ffffb0a9ad
@ -541,7 +541,7 @@ get_psk_info(struct dtls_context_t *ctx,
|
||||
ks.identity_hint = id;
|
||||
ks.identity_hint_len = id_len;
|
||||
LOG_DBG("got psk_identity_hint: '");
|
||||
LOG_DBG_COAP_STRING(id, id_len);
|
||||
LOG_DBG_COAP_STRING((const char *)id, id_len);
|
||||
LOG_DBG_("'\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user