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 48ef39df..5ad48145 100644
--- a/sway/criteria.c
+++ b/sway/criteria.c
@@ -624,8 +624,8 @@ struct criteria *criteria_parse(char *raw, char **error_arg) {
624 in_quotes = false; 624 in_quotes = false;
625 } 625 }
626 unescape(value); 626 unescape(value);
627 sway_log(SWAY_DEBUG, "Found pair: %s=%s", name, value);
627 } 628 }
628 sway_log(SWAY_DEBUG, "Found pair: %s=%s", name, value);
629 if (!parse_token(criteria, name, value)) { 629 if (!parse_token(criteria, name, value)) {
630 *error_arg = error; 630 *error_arg = error;
631 goto cleanup; 631 goto cleanup;