aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/output.c')
-rw-r--r--sway/commands/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/output.c b/sway/commands/output.c
index 73dbb723..74ca9d0b 100644
--- a/sway/commands/output.c
+++ b/sway/commands/output.c
@@ -28,7 +28,7 @@ struct cmd_results *cmd_output(int argc, char **argv) {
28 28
29 struct output_config *output = new_output_config(argv[0]); 29 struct output_config *output = new_output_config(argv[0]);
30 if (!output) { 30 if (!output) {
31 wlr_log(WLR_ERROR, "Failed to allocate output config"); 31 sway_log(SWAY_ERROR, "Failed to allocate output config");
32 return NULL; 32 return NULL;
33 } 33 }
34 argc--; argv++; 34 argc--; argv++;