Revert "Avoid formatting debug message uselessly"

This reverts commit 925a72628b.

Reason: introduced an ABI change in the maintenance branch.
This commit is contained in:
Manuel Pégourié-Gonnard
2015-08-10 17:36:47 +02:00
parent 84690c35ee
commit 705de2f98d
2 changed files with 2 additions and 7 deletions

View File

@@ -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 )
{