aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/input/xkb_variant.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/input/xkb_variant.c')
-rw-r--r--sway/commands/input/xkb_variant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/input/xkb_variant.c b/sway/commands/input/xkb_variant.c
index 9f3baed6..37c82fbd 100644
--- a/sway/commands/input/xkb_variant.c
+++ b/sway/commands/input/xkb_variant.c
@@ -16,7 +16,7 @@ struct cmd_results *input_cmd_xkb_variant(int argc, char **argv) {
16 16
17 ic->xkb_variant = strdup(argv[0]); 17 ic->xkb_variant = strdup(argv[0]);
18 18
19 wlr_log(WLR_DEBUG, "set-xkb_variant for config: %s variant: %s", 19 sway_log(SWAY_DEBUG, "set-xkb_variant for config: %s variant: %s",
20 ic->identifier, ic->xkb_variant); 20 ic->identifier, ic->xkb_variant);
21 return cmd_results_new(CMD_SUCCESS, NULL); 21 return cmd_results_new(CMD_SUCCESS, NULL);
22} 22}