aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/bar/gaps.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/bar/gaps.c')
-rw-r--r--sway/commands/bar/gaps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/bar/gaps.c b/sway/commands/bar/gaps.c
index fabe12fc..83480fb5 100644
--- a/sway/commands/bar/gaps.c
+++ b/sway/commands/bar/gaps.c
@@ -47,7 +47,7 @@ struct cmd_results *bar_cmd_gaps(int argc, char **argv) {
47 config->current_bar->gaps.bottom = bottom; 47 config->current_bar->gaps.bottom = bottom;
48 config->current_bar->gaps.left = left; 48 config->current_bar->gaps.left = left;
49 49
50 wlr_log(WLR_DEBUG, "Setting bar gaps to %d %d %d %d on bar: %s", 50 sway_log(SWAY_DEBUG, "Setting bar gaps to %d %d %d %d on bar: %s",
51 config->current_bar->gaps.top, config->current_bar->gaps.right, 51 config->current_bar->gaps.top, config->current_bar->gaps.right,
52 config->current_bar->gaps.bottom, config->current_bar->gaps.left, 52 config->current_bar->gaps.bottom, config->current_bar->gaps.left,
53 config->current_bar->id); 53 config->current_bar->id);