summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJoerg Jung <jung@cvs.openbsd.org>2016-01-08 21:31:07 +0000
committerJoerg Jung <jung@cvs.openbsd.org>2016-01-08 21:31:07 +0000
commitd06c42a213e5c3a19f7e6f668095fb0653b7d2db (patch)
treefef0ad4b6da8b38677408513e367d832a3a422e6 /usr.sbin
parent6873660c9e1e01e90621252bcd37fb469d313fec (diff)
adjust a debug message to use decimal instead of hex
ok gilles millert
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/smtpd/smtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtp.c b/usr.sbin/smtpd/smtp.c
index b7286bf250d..408e9f91ad1 100644
--- a/usr.sbin/smtpd/smtp.c
+++ b/usr.sbin/smtpd/smtp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtp.c,v 1.151 2015/12/28 22:08:30 jung Exp $ */
+/* $OpenBSD: smtp.c,v 1.152 2016/01/08 21:31:06 jung Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -189,7 +189,7 @@ smtp_setup_events(void)
purge_config(PURGE_PKI_KEYS);
maxsessions = (getdtablesize() - getdtablecount()) / 2 - SMTP_FD_RESERVE;
- log_debug("debug: smtp: will accept at most %zx clients", maxsessions);
+ log_debug("debug: smtp: will accept at most %zu clients", maxsessions);
}
static void