eclipse / tinydtls

Eclipse tinydtls
https://projects.eclipse.org/projects/iot.tinydtls
Other
105 stars 57 forks source link

dtls.c: Reduce logging for unsupported tls extensions #193

Closed mrdeep1 closed 1 year ago

mrdeep1 commented 1 year ago

Every unsupported tls extension is logged using dtls_warn(), and the default logging level is set to DTLS_LOG_WARN.

Update logging call to dtls_notice(), to reduce logging output noise.

boaks commented 1 year ago

LGTM