Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mpl/bind/dist/lib/isc downgrade from LOG_ERR to LOG...
details: https://anonhg.NetBSD.org/src/rev/008e417aa910
branches: trunk
changeset: 368193:008e417aa910
user: christos <christos%NetBSD.org@localhost>
date: Mon Jun 27 16:44:58 2022 +0000
description:
downgrade from LOG_ERR to LOG_DEBUG, requested by uwe@
diffstat:
external/mpl/bind/dist/lib/isc/hp.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4fd5664b8092 -r 008e417aa910 external/mpl/bind/dist/lib/isc/hp.c
--- a/external/mpl/bind/dist/lib/isc/hp.c Mon Jun 27 15:55:11 2022 +0000
+++ b/external/mpl/bind/dist/lib/isc/hp.c Mon Jun 27 16:44:58 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hp.c,v 1.7 2022/01/30 19:49:30 christos Exp $ */
+/* $NetBSD: hp.c,v 1.8 2022/06/27 16:44:58 christos Exp $ */
/*
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
@@ -87,7 +87,7 @@
void
isc_hp_init(int max_threads) {
- syslog(LOG_ERR, "setting maxthreads to %d from %d", max_threads,
+ syslog(LOG_DEBUG, "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;
@@ -108,7 +108,7 @@
hp->hp = isc_mem_get(mctx, isc__hp_max_threads * sizeof(hp->hp[0]));
hp->rl = isc_mem_get(mctx, isc__hp_max_threads * sizeof(hp->rl[0]));
- syslog(LOG_ERR, "%s: max_hps=%zu max_threads=%d", __func__, max_hps,
+ syslog(LOG_DEBUG, "%s: max_hps=%zu max_threads=%d", __func__, max_hps,
isc__hp_max_threads);
for (int i = 0; i < isc__hp_max_threads; i++) {
Home |
Main Index |
Thread Index |
Old Index