summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorho <ho@openbsd.org>2003-04-09 15:46:48 +0000
committerho <ho@openbsd.org>2003-04-09 15:46:48 +0000
commitffe954bf4c093ed17c852c1527aa1e03428e8348 (patch)
tree41000eab39142a0704eefe77fa2fc19b9f839970
parenton "pfctl -vvss", print the anchor rule number when there is one. (diff)
downloadwireguard-openbsd-ffe954bf4c093ed17c852c1527aa1e03428e8348.tar.xz
wireguard-openbsd-ffe954bf4c093ed17c852c1527aa1e03428e8348.zip
Less noise for missing crl dir, demoted to debug message.
-rw-r--r--sbin/isakmpd/x509.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/x509.c b/sbin/isakmpd/x509.c
index 71905230155..6ca59c869dd 100644
--- a/sbin/isakmpd/x509.c
+++ b/sbin/isakmpd/x509.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509.c,v 1.78 2002/12/03 16:08:13 ho Exp $ */
+/* $OpenBSD: x509.c,v 1.79 2003/04/09 15:46:48 ho Exp $ */
/* $EOM: x509.c,v 1.54 2001/01/16 18:42:16 ho Exp $ */
/*
@@ -949,7 +949,7 @@ x509_crl_init (void)
if (!x509_read_crls_from_dir (x509_cas, dirname))
{
- log_print ("x509_crl_init: x509_read_from_dir failed");
+ LOG_DBG ((LOG_MISC, 10, "x509_crl_init: x509_read_from_dir failed"));
return 0;
}
#else