summaryrefslogtreecommitdiff
path: root/sway/log.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2015-08-10 15:26:49 -0400
committerDrew DeVault <[email protected]>2015-08-10 15:26:49 -0400
commitc9bce5dd227686e9a03ac54dcfc2dc19c919edca (patch)
tree03362796768e30703d463febd494d7956b271cc3 /sway/log.c
parent9c3a04b996649c0c578410e02181d8808b13c646 (diff)
parent88997bbfe65c20ff2bbc28f49ee2d84a79972d61 (diff)
Merge pull request #7 from Luminarys/master
Added in reload and exec_always handling.
Diffstat (limited to 'sway/log.c')
-rw-r--r--sway/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/log.c b/sway/log.c
index f439e3b2..188461eb 100644
--- a/sway/log.c
+++ b/sway/log.c
@@ -18,7 +18,7 @@ void init_log(int verbosity) {
}
void sway_log_colors(int mode) {
- colored = (mode == 1) ? 1 : 0;
+ colored = (mode == 1) ? 1 : 0;
}
void sway_abort(char *format, ...) {