summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/mta.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-11-29 00:47:05 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-11-29 00:47:05 +0000
commit0e8eb9c0358dc5ac582de9417c9f29c658b85c81 (patch)
treed5be64a07052f8c9f973aabdd2baf0e864a1b3b3 /usr.sbin/smtpd/mta.c
parent581fb5880dbe6749bb697d48f5705dddbd5c4102 (diff)
fix missing space from line break
Diffstat (limited to 'usr.sbin/smtpd/mta.c')
-rw-r--r--usr.sbin/smtpd/mta.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/mta.c b/usr.sbin/smtpd/mta.c
index 0dd3abde268..815537309e1 100644
--- a/usr.sbin/smtpd/mta.c
+++ b/usr.sbin/smtpd/mta.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mta.c,v 1.172 2013/11/28 13:13:56 eric Exp $ */
+/* $OpenBSD: mta.c,v 1.173 2013/11/29 00:47:04 tedu Exp $ */
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -935,8 +935,8 @@ mta_on_source(struct mta_relay *relay, struct mta_source *source)
mta_source_unref(source); /* from constructor */
}
else {
- log_warnx("warn: Failed to get source address"
- "for %s", mta_relay_to_text(relay));
+ log_warnx("warn: Failed to get source address for %s",
+ mta_relay_to_text(relay));
}
if (tree_count(&relay->connectors) == 0) {