summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjung <jung@openbsd.org>2016-01-08 21:31:06 +0000
committerjung <jung@openbsd.org>2016-01-08 21:31:06 +0000
commita24a08d233346df1038fdea20ca9a4aae58266ac (patch)
tree806016fc6511f29c178136a8f216ed3ee783d02c
parentHandle redirects to _relative_ URIs containing '://', e.g. for archive.org. (diff)
downloadwireguard-openbsd-a24a08d233346df1038fdea20ca9a4aae58266ac.tar.xz
wireguard-openbsd-a24a08d233346df1038fdea20ca9a4aae58266ac.zip
adjust a debug message to use decimal instead of hex
ok gilles millert
-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