]> git.sur5r.net Git - i3/i3/blobdiff - src/log.c
Merge branch 'master' into next
[i3/i3] / src / log.c
index 22b7fffe8774986b63fabce036f0cbfcde597cc0..d424ffd3261b0c97bdf824c49249e993ccc12275 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -24,7 +24,7 @@
 #include "loglevels.h"
 
 static uint64_t loglevel = 0;
-static bool verbose = true;
+static bool verbose = false;
 static FILE *errorfile;
 char *errorfilename;