aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg/main.c
diff options
context:
space:
mode:
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 a34eced4..88b14813 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -232,7 +232,7 @@ int main(int argc, char **argv) {
232 char *socket_path = NULL; 232 char *socket_path = NULL;
233 char *cmdtype = NULL; 233 char *cmdtype = NULL;
234 234
235 init_log(L_INFO); 235 wlr_log_init(L_INFO, NULL);
236 236
237 static struct option long_options[] = { 237 static struct option long_options[] = {
238 {"help", no_argument, NULL, 'h'}, 238 {"help", no_argument, NULL, 'h'},