Loadable modules: fix debug invocations
authorPhil Pennock <pdp@exim.org>
Sun, 23 Jan 2011 10:41:55 +0000 (05:41 -0500)
committerPhil Pennock <pdp@exim.org>
Sun, 23 Jan 2011 10:44:54 +0000 (05:44 -0500)
commit1594a79a0b6c74b271cf476c211bb5ff1578187d
treeefb90a2c7f7a056e5f639e73716bb7b6bfb77cad
parentb7487bcec431809cb7fc3c2b42fcd607e43d37e7
Loadable modules: fix debug invocations

The new code was calling DEBUG(<n>) for values of n including 4, 5, 9;
that was an Exim 3 API, we now use bits; -v sets bit 0x1, -bP implies
-v, so { exim -bP } was pulling up random debug messages.

Switched all the DEBUG checks to be DEBUG(D_lookup).
src/src/drtables.c