Gitweb:
http://git.exim.org/exim.git/commitdiff/333b9d0deda18e32f88c1f9e35557ec5f61f4649
Commit: 333b9d0deda18e32f88c1f9e35557ec5f61f4649
Parent: 40167b055c6f7c2168941524ca6af08674dfbbb7
Author: Todd Lyons <tlyons@???>
AuthorDate: Mon Oct 15 20:20:12 2012 -0700
Committer: Todd Lyons <tlyons@???>
CommitDate: Mon Oct 15 20:20:12 2012 -0700
Adjust debug output to indicate a test, not result
---
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 7925817..66ae3dd 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 */