commit | 705de2f98d8e2bdb18f46aee4cb58eaa35f3404b | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Mon Aug 10 17:36:47 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Mon Aug 10 17:36:47 2015 +0200 |
tree | 68eb28c5a763392c347e40494b926fe57898d83a | |
parent | 84690c35ee96f1e4c96c67fed1e3b42db9f7c0db [diff] [blame] |
Revert "Avoid formatting debug message uselessly" This reverts commit 925a72628b226203e94400da8d43889003804eae. Reason: introduced an ABI change in the maintenance branch.
diff --git a/library/debug.c b/library/debug.c index 0aa90e1..9adcf07 100644 --- a/library/debug.c +++ b/library/debug.c
@@ -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 ) {