summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-04-04 10:01:20 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-04-04 10:01:20 +0000
commit953a9f896e50fb554a2f5cc702c606e053209026 (patch)
treeaf82b35d34a0f034e8157adb60fbf759ce647cd1 /src
parent485aa451fe4c2cd153fa28a3b9f3b9ecb57f13df (diff)
\n missing in some debug messages.
Diffstat (limited to 'src')
-rw-r--r--src/src/match.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/src/match.c b/src/src/match.c
index 6ae5a056d..218944530 100644
--- a/src/src/match.c
+++ b/src/src/match.c
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/match.c,v 1.13 2006/04/04 09:48:50 ph10 Exp $ */
+/* $Cambridge: exim/src/src/match.c,v 1.14 2006/04/04 10:01:20 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -715,7 +715,7 @@ while ((sss = string_nextinlist(&list, &sep, buffer, sizeof(buffer))) != NULL)
case ERROR:
if (ignore_unknown)
{
- HDEBUG(D_lists) debug_printf("%s: item ignored by +ignore_unknown",
+ HDEBUG(D_lists) debug_printf("%s: item ignored by +ignore_unknown\n",
error);
}
else
@@ -810,7 +810,7 @@ while ((sss = string_nextinlist(&list, &sep, buffer, sizeof(buffer))) != NULL)
case ERROR: /* host name lookup failed - this can only */
if (ignore_unknown) /* be for an incoming host (not outgoing) */
{
- HDEBUG(D_lists) debug_printf("%s: item ignored by +ignore_unknown",
+ HDEBUG(D_lists) debug_printf("%s: item ignored by +ignore_unknown\n",
error);
}
else