aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-filter-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-filter-driver.c')
-rw-r--r--camel/camel-filter-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-filter-driver.c b/camel/camel-filter-driver.c
index a9a7bb004a..3af4d3586a 100644
--- a/camel/camel-filter-driver.c
+++ b/camel/camel-filter-driver.c
@@ -1012,7 +1012,7 @@ run_only_once (gpointer key, char *action, struct _run_only_once *data)
CamelException *ex = data->ex;
ESExpResult *r;
- printf ("evaluating: %s\n\n", action);
+ d(printf ("evaluating: %s\n\n", action));
e_sexp_input_text (p->eval, action, strlen (action));
if (e_sexp_parse (p->eval) == -1) {