|
mbed_debug(void *context, int level, const char *file, int line, const char *str)
|
|
mbed_debug(void *context, int level, const char *file, int line, const char *str)
|
|
- mbedtls_fprintf((FILE *)context, "file:%s line:%d str:%s\n", file, line, str);
|
|
|
|
|
|
+ mbedtls_fprintf((FILE *)context, "file:%s line:%d str:%s", file, line, str);
|