aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/mode.c')
-rw-r--r--sway/commands/mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/mode.c b/sway/commands/mode.c
index 828d77e1..d424eb1c 100644
--- a/sway/commands/mode.c
+++ b/sway/commands/mode.c
@@ -62,7 +62,7 @@ struct cmd_results *cmd_mode(int argc, char **argv) {
62 return error; 62 return error;
63 } 63 }
64 if ((config->reading && argc > 1) || (!config->reading && argc == 1)) { 64 if ((config->reading && argc > 1) || (!config->reading && argc == 1)) {
65 wlr_log(WLR_DEBUG, "Switching to mode `%s' (pango=%d)", 65 sway_log(SWAY_DEBUG, "Switching to mode `%s' (pango=%d)",
66 mode->name, mode->pango); 66 mode->name, mode->pango);
67 } 67 }
68 // Set current mode 68 // Set current mode