diff options
author | Denis Doria <denisdoria@gmail.com> | 2016-06-03 11:28:10 +0200 |
---|---|---|
committer | Denis Doria <denisdoria@gmail.com> | 2016-06-03 11:28:10 +0200 |
commit | 29eb3bf7467d721d89cf4a7925d2e41cda91c606 (patch) | |
tree | ca064826e44464ebe3960e426357f2f2cae7a23e /sway/commands.c | |
parent | bf2298e0a5265ede7a056f1247a4aab7e76f4b3d (diff) |
Put w to uppercase just to keep consistency between warnings
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 2 |
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) { } static struct cmd_results *bar_cmd_tray_output(int argc, char **argv) { - sway_log(L_ERROR, "warning: tray_output is not supported on wayland"); + sway_log(L_ERROR, "Warning: tray_output is not supported on wayland"); return cmd_results_new(CMD_SUCCESS, NULL, NULL); } |