aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keylist.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/keylist.c')
-rw-r--r--g10/keylist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/keylist.c b/g10/keylist.c
index fc0e161ea..8d4617f85 100644
--- a/g10/keylist.c
+++ b/g10/keylist.c
@@ -132,6 +132,8 @@ parse_and_set_list_filter (const char *string)
err = recsel_parse_expr (&list_filter.selkey, string+7);
else
err = gpg_error (GPG_ERR_INV_NAME);
+ if (!err && DBG_RECSEL)
+ recsel_dump (list_filter.selkey);
return err;
}