aboutsummaryrefslogtreecommitdiffstats
path: root/sway/criteria.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/criteria.c')
-rw-r--r--sway/criteria.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/criteria.c b/sway/criteria.c
index 54583b04..59a923f9 100644
--- a/sway/criteria.c
+++ b/sway/criteria.c
@@ -626,7 +626,7 @@ struct criteria *criteria_parse(char *raw, char **error_arg) {
626 } 626 }
627 unescape(value); 627 unescape(value);
628 } 628 }
629 wlr_log(WLR_DEBUG, "Found pair: %s=%s", name, value); 629 sway_log(SWAY_DEBUG, "Found pair: %s=%s", name, value);
630 if (!parse_token(criteria, name, value)) { 630 if (!parse_token(criteria, name, value)) {
631 *error_arg = error; 631 *error_arg = error;
632 goto cleanup; 632 goto cleanup;