aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar/main.c
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2019-01-09 09:58:09 +0100
committerLibravatar GitHub <noreply@github.com>2019-01-09 09:58:09 +0100
commitcfdb614e84ff6559897057c501b8ae530a699543 (patch)
tree71a71283cd91bef017673e23b3a79a9520e63dd8 /swaybar/main.c
parentMerge pull request #3389 from RedSoxFan/swap-context-seat (diff)
parentswaybar: improve tray logging (diff)
downloadsway-cfdb614e84ff6559897057c501b8ae530a699543.tar.gz
sway-cfdb614e84ff6559897057c501b8ae530a699543.tar.zst
sway-cfdb614e84ff6559897057c501b8ae530a699543.zip
Merge pull request #3372 from ianyfan/tray
swaybar: handle SNI signals better
Diffstat (limited to 'swaybar/main.c')
-rw-r--r--swaybar/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/main.c b/swaybar/main.c
index 06238c62..fa99b1ba 100644
--- a/swaybar/main.c
+++ b/swaybar/main.c
@@ -76,7 +76,7 @@ int main(int argc, char **argv) {
76 if (debug) { 76 if (debug) {
77 wlr_log_init(WLR_DEBUG, NULL); 77 wlr_log_init(WLR_DEBUG, NULL);
78 } else { 78 } else {
79 wlr_log_init(WLR_ERROR, NULL); 79 wlr_log_init(WLR_INFO, NULL);
80 } 80 }
81 81
82 if (!swaybar.id) { 82 if (!swaybar.id) {