diff options
Diffstat (limited to 'sway/log.h')
-rw-r--r-- | sway/log.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,10 +2,10 @@ #define _SWAY_LOG_H typedef enum { - L_SILENT = 0, - L_ERROR = 1, - L_INFO = 2, - L_DEBUG = 3, + L_SILENT = 0, + L_ERROR = 1, + L_INFO = 2, + L_DEBUG = 3, } log_importance_t; void init_log(int verbosity); |