macros_trusted overriden message only if debugging.
authorPhil Pennock <pdp@exim.org>
Sun, 30 Jan 2011 08:04:52 +0000 (03:04 -0500)
committerPhil Pennock <pdp@exim.org>
Sun, 30 Jan 2011 08:04:52 +0000 (03:04 -0500)
DEBUG(D_any) missing.  Fixed.

src/src/exim.c

index b3035ca7c7f918acb2938f03a1c324e09dd894d9..cf48c04b3f12dacadcbbfc5efe71483246520e3a 100644 (file)
@@ -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
 }