From: rousskov <> Date: Wed, 4 Mar 1998 07:08:34 +0000 (+0000) Subject: - Removed debugging messages related to MIB initialization. X-Git-Tag: SQUID_3_0_PRE1~3937 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1a22082d1cf9f1b7bb37f2972b2dbd95e00d916;p=thirdparty%2Fsquid.git - Removed debugging messages related to MIB initialization. They were printed to stderr becuase _db_init() is called later that snmpInit() ? --- diff --git a/snmplib/mib.c b/snmplib/mib.c index f82749c95c..04c0988a32 100644 --- a/snmplib/mib.c +++ b/snmplib/mib.c @@ -531,7 +531,6 @@ set_functions(subtree) void init_mib(char *file) { - snmplib_debug(0, "init MIB(%p): file: '%s'\n", Mib, file ? file : ""); if (Mib != NULL) return; diff --git a/snmplib/parse.c b/snmplib/parse.c index 99e5bbfa00..2e493530e3 100644 --- a/snmplib/parse.c +++ b/snmplib/parse.c @@ -1092,8 +1092,6 @@ read_mib(filename) char mbuf[256]; char *p; - snmplib_debug(0, "reading MIB file: '%s'\n", filename); - fp = fopen(filename, "r"); if (fp == NULL) { snmplib_debug(0, "failed to open MIB file: '%s'\n", filename);