aboutsummaryrefslogtreecommitdiff
path: root/sway/log.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-18 07:02:31 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-18 07:02:31 -0400
commit2f6dd0687bac748f414e5deb090f38d755f66d29 (patch)
tree098ea31107357e0ebedd5435d870f11fe4b60836 /sway/log.c
parentdebb0d6bc198e13ef019b141029cdc62a7087532 (diff)
parentb132f67e7bb5017c73658cec8d297060033890e8 (diff)
Merge pull request #65 from taiyu-len/focus_v2
Focus v2
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 @@
int colored = 1;
int v = 0;
-const char *verbosity_colors[] = {
+static const char *verbosity_colors[] = {
"", // L_SILENT
"\x1B[1;31m", // L_ERROR
"\x1B[1;34m", // L_INFO