diff options
author | Todd Lyons <tlyons@exim.org> | 2012-10-15 20:20:12 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2012-10-15 20:20:12 -0700 |
commit | 333b9d0deda18e32f88c1f9e35557ec5f61f4649 (patch) | |
tree | e23a33b7a115489cc518acb0a91bde0f9ef1b7e7 | |
parent | 40167b055c6f7c2168941524ca6af08674dfbbb7 (diff) |
Adjust debug output to indicate a test, not result
-rw-r--r-- | src/src/match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/match.c b/src/src/match.c index 792581790..66ae3dddb 100644 --- a/src/src/match.c +++ b/src/src/match.c @@ -1010,7 +1010,7 @@ uschar *s, *pdomain, *sdomain; error = error; /* Keep clever compilers from complaining */ -DEBUG(D_lists) debug_printf("address match: subject=%s pattern=%s\n", +DEBUG(D_lists) debug_printf("address match test: subject=%s pattern=%s\n", subject, pattern); /* Find the subject's domain */ |