From: Todd Lyons Date: Tue, 16 Oct 2012 03:20:12 +0000 (-0700) Subject: Adjust debug output to indicate a test, not result X-Git-Tag: exim-4_81_RC1~3^2~57^2~2 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/333b9d0deda18e32f88c1f9e35557ec5f61f4649 Adjust debug output to indicate a test, not result --- 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 */