aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index e204fb40..90a7d421 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -3047,7 +3047,7 @@ static struct cmd_results *bar_cmd_swaybar_command(int argc, char **argv) {
3047} 3047}
3048 3048
3049static struct cmd_results *bar_cmd_tray_output(int argc, char **argv) { 3049static struct cmd_results *bar_cmd_tray_output(int argc, char **argv) {
3050 sway_log(L_ERROR, "warning: tray_output is not supported on wayland"); 3050 sway_log(L_ERROR, "Warning: tray_output is not supported on wayland");
3051 return cmd_results_new(CMD_SUCCESS, NULL, NULL); 3051 return cmd_results_new(CMD_SUCCESS, NULL, NULL);
3052} 3052}
3053 3053