aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg/main.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-07-09 16:28:37 -0700
committerLibravatar GitHub <noreply@github.com>2018-07-09 16:28:37 -0700
commit6fd9a2bfd6f7d56dc8ed9fc40d80844cc84df107 (patch)
tree7d89592bcfb1adc10ded38d2f8d09d134ddd34fe /swaymsg/main.c
parentDocument `focus floating|tiling` (diff)
parentMerge pull request #2234 from emersion/wlr-log-prefix (diff)
downloadsway-6fd9a2bfd6f7d56dc8ed9fc40d80844cc84df107.tar.gz
sway-6fd9a2bfd6f7d56dc8ed9fc40d80844cc84df107.tar.zst
sway-6fd9a2bfd6f7d56dc8ed9fc40d80844cc84df107.zip
Merge branch 'master' into focus-mode-toggle
Diffstat (limited to 'swaymsg/main.c')
-rw-r--r--swaymsg/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c
index 4283bf00..542ca819 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -323,7 +323,7 @@ int main(int argc, char **argv) {
323 char *socket_path = NULL; 323 char *socket_path = NULL;
324 char *cmdtype = NULL; 324 char *cmdtype = NULL;
325 325
326 wlr_log_init(L_INFO, NULL); 326 wlr_log_init(WLR_INFO, NULL);
327 327
328 static struct option long_options[] = { 328 static struct option long_options[] = {
329 {"help", no_argument, NULL, 'h'}, 329 {"help", no_argument, NULL, 'h'},