diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-10-25 23:05:18 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-10-25 23:05:18 +0100 |
commit | a453e37fa4f71167b49e96e7a33c843aea45d390 (patch) | |
tree | a587f27a9d6d0e3d3147e7d8a4c12258f9d559e9 /src | |
parent | ef21c07db8048e09fadab639d8946c9358d3d464 (diff) | |
parent | 32b8bcf81deda8fcaf5ee78612cdf1efd0052014 (diff) |
Merge branch 'master' of git://git.exim.org/exim
Diffstat (limited to 'src')
-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 */ |