aboutsummaryrefslogtreecommitdiffstats
path: root/sway/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'sway/log.h')
-rw-r--r--sway/log.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sway/log.h b/sway/log.h
index 03836513..e5075a39 100644
--- a/sway/log.h
+++ b/sway/log.h
@@ -2,10 +2,10 @@
2#define _SWAY_LOG_H 2#define _SWAY_LOG_H
3 3
4typedef enum { 4typedef enum {
5 L_SILENT = 0, 5 L_SILENT = 0,
6 L_ERROR = 1, 6 L_ERROR = 1,
7 L_INFO = 2, 7 L_INFO = 2,
8 L_DEBUG = 3, 8 L_DEBUG = 3,
9} log_importance_t; 9} log_importance_t;
10 10
11void init_log(int verbosity); 11void init_log(int verbosity);