diff options
Diffstat (limited to 'common/log.cc')
-rw-r--r-- | common/log.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/log.cc b/common/log.cc index 73c764a4..02c6fe9a 100644 --- a/common/log.cc +++ b/common/log.cc @@ -42,7 +42,7 @@ int log_verbose_level; std::string log_last_error; void (*log_error_atexit)() = NULL; -static bool next_print_log = false; +//static bool next_print_log = false; static int log_newline_count = 0; std::string vstringf(const char *fmt, va_list ap) |