ph10 2006/04/04 11:01:20 BST
Modified files:
exim-src/src match.c
Log:
\n missing in some debug messages.
Revision Changes Path
1.14 +2 -2 exim/exim-src/src/match.c
Index: match.c
===================================================================
RCS file: /home/cvs/exim/exim-src/src/match.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- match.c 4 Apr 2006 09:48:50 -0000 1.13
+++ match.c 4 Apr 2006 10:01:20 -0000 1.14
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/exim-src/src/match.c,v 1.13 2006/04/04 09:48:50 ph10 Exp $ */
+/* $Cambridge: exim/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 @@
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 @@
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