git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
485aa45
)
\n missing in some debug messages.
author
Philip Hazel
<ph10@hermes.cam.ac.uk>
Tue, 4 Apr 2006 10:01:20 +0000
(10:01 +0000)
committer
Philip Hazel
<ph10@hermes.cam.ac.uk>
Tue, 4 Apr 2006 10:01:20 +0000
(10:01 +0000)
src/src/match.c
patch
|
blob
|
history
diff --git
a/src/src/match.c
b/src/src/match.c
index 6ae5a056d17b45fb68a56d90fff0434d5c94bb40..218944530acff9e7112e55996a0b1375a8ec4b00 100644
(file)
--- a/
src/src/match.c
+++ b/
src/src/match.c
@@
-1,4
+1,4
@@
-/* $Cambridge: exim/src/src/match.c,v 1.1
3 2006/04/04 09:48:5
0 ph10 Exp $ */
+/* $Cambridge: exim/src/src/match.c,v 1.1
4 2006/04/04 10:01:2
0 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
/*************************************************
* 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)
{
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
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) */
{
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
error);
}
else