mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-13 15:24:05 +02:00
Revert "Avoid formatting debug message uselessly"
This reverts commit 925a72628b.
Reason: introduced an ABI change in the maintenance branch.
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
#define DEBUG_BUF_SIZE 512
|
||||
|
||||
static int debug_log_mode = POLARSSL_DEBUG_DFL_MODE;
|
||||
int debug_threshold = 0;
|
||||
static int debug_threshold = 0;
|
||||
|
||||
void debug_set_log_mode( int log_mode )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user