diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2013-02-18 13:37:15 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2013-02-18 13:37:15 +0000 |
commit | 3b5e457298e5fbfc6a534c428dbd8d40507319c1 (patch) | |
tree | de7868155e6b5bc6942fb63247dff913453592d7 | |
parent | bfdb3913b680e5b5208904c2537c2b75bfd3cea9 (diff) |
missing comma in log message
ok gilles@
-rw-r--r-- | usr.sbin/smtpd/mta.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/mta.c b/usr.sbin/smtpd/mta.c index 1338471035a..ac91fff2a34 100644 --- a/usr.sbin/smtpd/mta.c +++ b/usr.sbin/smtpd/mta.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mta.c,v 1.154 2013/02/08 13:29:09 eric Exp $ */ +/* $OpenBSD: mta.c,v 1.155 2013/02/18 13:37:14 eric Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -1146,7 +1146,7 @@ mta_log(const struct mta_envelope *evp, const char *prefix, const char *relay, snprintf(rcpt, sizeof rcpt, "rcpt=<%s>, ", evp->rcpt); log_info("relay: %s for %016" PRIx64 ": from=<%s>, to=<%s>, " - "%srelay=%s delay=%s, stat=%s", + "%srelay=%s, delay=%s, stat=%s", prefix, evp->id, evp->task->sender, |