summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2011-01-30 03:04:52 -0500
committerPhil Pennock <pdp@exim.org>2011-01-30 03:04:52 -0500
commitebd9bd7d2ef66379770eb415b360b6b880784f7b (patch)
tree92e65219ec98257caa88b3ae5c8a37ab915b52cc /src
parent4b9529fc4b04a82806f9a054bee6aedbda3eadb9 (diff)
macros_trusted overriden message only if debugging.
DEBUG(D_any) missing. Fixed.
Diffstat (limited to 'src')
-rw-r--r--src/src/exim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/exim.c b/src/src/exim.c
index b3035ca7c..cf48c04b3 100644
--- a/src/src/exim.c
+++ b/src/src/exim.c
@@ -1281,7 +1281,7 @@ for (m = macros; m != NULL; m = m->next)
return FALSE;
}
}
-debug_printf("macros_trusted overriden to true by whitelisting\n");
+DEBUG(D_any) debug_printf("macros_trusted overriden to true by whitelisting\n");
return TRUE;
#endif
}