summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2015-12-20 14:06:25 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2015-12-20 14:06:25 +0000
commitdc73466843d07f7ea8b8186be6f4b53f9d0671a7 (patch)
tree8d869320c8a6f732d00dd7b7098563efc3b7d04f /usr.sbin/smtpd
parent6d1fd7f63930e47896f3873f9e2b165a92824f4f (diff)
remove redundant log
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r--usr.sbin/smtpd/smtpd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.c b/usr.sbin/smtpd/smtpd.c
index b0b9d2be862..2e0d4e8d313 100644
--- a/usr.sbin/smtpd/smtpd.c
+++ b/usr.sbin/smtpd/smtpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.c,v 1.267 2015/12/14 10:22:12 jung Exp $ */
+/* $OpenBSD: smtpd.c,v 1.268 2015/12/20 14:06:24 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -658,7 +658,6 @@ main(int argc, char *argv[])
log_debug("debug: using \"%s\" queue backend", backend_queue);
log_debug("debug: using \"%s\" scheduler backend", backend_scheduler);
log_debug("debug: using \"%s\" stat backend", backend_stat);
- log_info("info: startup%s", (verbose & TRACE_DEBUG)?" [debug mode]":"");
if (env->sc_hostname[0] == '\0')
errx(1, "machine does not have a hostname set");