summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-12-23 20:02:53 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-01-12 18:58:35 +0000
commitde11307f4085222c29051e5b8149ea3340707f26 (patch)
treef1571ef4777e523b73ec7dc816cba5a6989d289f /src
parentf926e27276301de1e2fd011b7edcd1b85d8c4754 (diff)
Emphasize whitespace in hostnames in debug output
Diffstat (limited to 'src')
-rw-r--r--src/src/host.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/host.c b/src/src/host.c
index 7737704cd..1ef732727 100644
--- a/src/src/host.c
+++ b/src/src/host.c
@@ -1742,8 +1742,8 @@ if (sender_host_name == NULL)
HDEBUG(D_host_lookup)
{
uschar **aliases = sender_host_aliases;
- debug_printf("IP address lookup yielded %s\n", sender_host_name);
- while (*aliases != NULL) debug_printf(" alias %s\n", *aliases++);
+ debug_printf("IP address lookup yielded \"%s\"\n", sender_host_name);
+ while (*aliases != NULL) debug_printf(" alias \"%s\"\n", *aliases++);
}
/* We need to verify that a forward lookup on the name we found does indeed