summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/queue.c
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2017-01-09 09:53:24 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2017-01-09 09:53:24 +0000
commit6c3279b5b9b31380828faf80eb546bda8bcab5d2 (patch)
treef8974f1760d6583ae631b13b6863fee8f08f8289 /usr.sbin/smtpd/queue.c
parent9f83f3e0aeaffc9b01c3f76790a08bfdbd33f830 (diff)
smtpd joins the 7 other daemons that share the same log.c file.
The only major difference was the "log_trace" concept that is only used by smtpd - move it from log.c into util.c and make it a local concept. This also needed to rename the global "verbose" variable to "tracing" in a few places. OK krw@ gilles@ eric@
Diffstat (limited to 'usr.sbin/smtpd/queue.c')
-rw-r--r--usr.sbin/smtpd/queue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/queue.c b/usr.sbin/smtpd/queue.c
index 0fdf346a34f..b826523fb9a 100644
--- a/usr.sbin/smtpd/queue.c
+++ b/usr.sbin/smtpd/queue.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: queue.c,v 1.182 2016/09/08 12:06:43 eric Exp $ */
+/* $OpenBSD: queue.c,v 1.183 2017/01/09 09:53:23 reyk Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -491,7 +491,7 @@ queue_imsg(struct mproc *p, struct imsg *imsg)
m_msg(&m, imsg);
m_get_int(&m, &v);
m_end(&m);
- log_verbose(v);
+ log_trace_verbose(v);
return;
case IMSG_CTL_PROFILE: