From 333b9d0deda18e32f88c1f9e35557ec5f61f4649 Mon Sep 17 00:00:00 2001 From: Todd Lyons Date: Mon, 15 Oct 2012 20:20:12 -0700 Subject: [PATCH] Adjust debug output to indicate a test, not result --- src/src/match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2