diff options
author | Phil Pennock <pdp@exim.org> | 2011-01-23 05:41:55 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-01-23 05:44:54 -0500 |
commit | 1594a79a0b6c74b271cf476c211bb5ff1578187d (patch) | |
tree | efb90a2c7f7a056e5f639e73716bb7b6bfb77cad /test/log/0382 | |
parent | b7487bcec431809cb7fc3c2b42fcd607e43d37e7 (diff) |
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).
Diffstat (limited to 'test/log/0382')
0 files changed, 0 insertions, 0 deletions