aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/bar/status_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/bar/status_command.c')
-rw-r--r--sway/commands/bar/status_command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/bar/status_command.c b/sway/commands/bar/status_command.c
index c379cc72..0b58e5fa 100644
--- a/sway/commands/bar/status_command.c
+++ b/sway/commands/bar/status_command.c
@@ -17,7 +17,7 @@ struct cmd_results *bar_cmd_status_command(int argc, char **argv) {
17 char *new_command = join_args(argv, argc); 17 char *new_command = join_args(argv, argc);
18 if (strcmp(new_command, "-") != 0) { 18 if (strcmp(new_command, "-") != 0) {
19 config->current_bar->status_command = new_command; 19 config->current_bar->status_command = new_command;
20 wlr_log(WLR_DEBUG, "Feeding bar with status command: %s", 20 sway_log(SWAY_DEBUG, "Feeding bar with status command: %s",
21 config->current_bar->status_command); 21 config->current_bar->status_command);
22 } else { 22 } else {
23 free(new_command); 23 free(new_command);