Module Name: src
Committed By: christos
Date: Sun Jan 30 18:54:52 UTC 2022
Modified Files:
src/external/mpl/bind/dist/lib/isc: hp.c
Log Message:
a bit less verbose
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mpl/bind/dist/lib/isc/hp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mpl/bind/dist/lib/isc/hp.c
diff -u src/external/mpl/bind/dist/lib/isc/hp.c:1.5 src/external/mpl/bind/dist/lib/isc/hp.c:1.6
--- src/external/mpl/bind/dist/lib/isc/hp.c:1.5 Sun Jan 30 08:11:46 2022
+++ src/external/mpl/bind/dist/lib/isc/hp.c Sun Jan 30 13:54:52 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: hp.c,v 1.5 2022/01/30 13:11:46 christos Exp $ */
+/* $NetBSD: hp.c,v 1.6 2022/01/30 18:54:52 christos Exp $ */
/*
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
@@ -87,7 +87,7 @@ tid(void) {
void
isc_hp_init(int max_threads) {
- syslog(LOG_ERR|LOG_CONS, "setting maxthreads to %d from %d", max_threads,
+ syslog(LOG_ERR, "setting maxthreads to %d from %d", max_threads,
isc__hp_max_threads);
isc__hp_max_threads = max_threads;
isc__hp_max_retired = max_threads * HP_MAX_HPS;