diff options
author | emersion <contact@emersion.fr> | 2019-01-09 09:58:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-09 09:58:09 +0100 |
commit | cfdb614e84ff6559897057c501b8ae530a699543 (patch) | |
tree | 71a71283cd91bef017673e23b3a79a9520e63dd8 /swaybar/main.c | |
parent | 51bc466e2bc82a937fb4926849d734a069447a4a (diff) | |
parent | f87628e2abd98348a218de581ca93271a99d1591 (diff) | |
download | sway-cfdb614e84ff6559897057c501b8ae530a699543.tar.xz |
Merge pull request #3372 from ianyfan/tray
swaybar: handle SNI signals better
Diffstat (limited to 'swaybar/main.c')
-rw-r--r-- | swaybar/main.c | 2 |
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) { if (debug) { wlr_log_init(WLR_DEBUG, NULL); } else { - wlr_log_init(WLR_ERROR, NULL); + wlr_log_init(WLR_INFO, NULL); } if (!swaybar.id) { |