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 a bit less verbose



details:   https://anonhg.NetBSD.org/src/rev/108a8afea562
branches:  trunk
changeset: 359911:108a8afea562
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 30 18:54:52 2022 +0000

description:
a bit less verbose

diffstat:

 external/mpl/bind/dist/lib/isc/hp.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1260241f4264 -r 108a8afea562 external/mpl/bind/dist/lib/isc/hp.c
--- a/external/mpl/bind/dist/lib/isc/hp.c       Sun Jan 30 13:21:08 2022 +0000
+++ b/external/mpl/bind/dist/lib/isc/hp.c       Sun Jan 30 18:54:52 2022 +0000
@@ -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 @@
 
 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;



Home | Main Index | Thread Index | Old Index