summaryrefslogtreecommitdiffstats
path: root/sway/log.c
diff options
context:
space:
mode:
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 b9048b34..03639ae4 100644
--- a/sway/log.c
+++ b/sway/log.c
@@ -8,7 +8,7 @@
8int colored = 1; 8int colored = 1;
9int v = 0; 9int v = 0;
10 10
11const char *verbosity_colors[] = { 11static const char *verbosity_colors[] = {
12 "", // L_SILENT 12 "", // L_SILENT
13 "\x1B[1;31m", // L_ERROR 13 "\x1B[1;31m", // L_ERROR
14 "\x1B[1;34m", // L_INFO 14 "\x1B[1;34m", // L_INFO