aboutsummaryrefslogtreecommitdiff
path: root/sway/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/main.c b/sway/main.c
index 3a6c3f9d..e8603cab 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -4,6 +4,7 @@
#include <wlc/wlc.h>
#include "layout.h"
#include "config.h"
+#include "log.h"
#include "handlers.h"
struct sway_config *config;
@@ -27,6 +28,7 @@ void load_config() {
}
int main(int argc, char **argv) {
+ init_log(L_DEBUG); // TODO: Control this with command line arg
load_config();
init_layout();