Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tinydtls-dev] debug log

Hi,

i have made a python wrapper tinydtls for tinydtls. [1]
I want to be able to configure logging at runtime and setLogLevel mostly 
works but one line is output on any log level if NDEBUG is not set.
The problem seems to be that in [2] printf is used instead of the log 
system. Could you change that?

The issue was originally reported at [3].

Thanks,
Jannis Konrad

[1] https://git.fslab.de/jkonra2m/tinydtls-cython
[2] https://git.eclipse.org/c/tinydtls/org.eclipse.tinydtls.git/tree/
dtls.c#n3035
[3] https://github.com/chrysn/aiocoap/issues/133




Back to the top