aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/log.h')
-rw-r--r--kernel/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/log.h b/kernel/log.h
index a1b129aa1..dbfb6103e 100644
--- a/kernel/log.h
+++ b/kernel/log.h
@@ -28,6 +28,7 @@ extern std::vector<FILE*> log_files;
extern FILE *log_errfile;
extern bool log_time;
extern bool log_cmd_error_throw;
+extern int log_verbose_level;
std::string stringf(const char *fmt, ...);