]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- Removed debugging messages related to MIB initialization.
authorrousskov <>
Wed, 4 Mar 1998 07:08:34 +0000 (07:08 +0000)
committerrousskov <>
Wed, 4 Mar 1998 07:08:34 +0000 (07:08 +0000)
  They were printed to stderr becuase _db_init() is called later that snmpInit() ?

snmplib/mib.c
snmplib/parse.c

index f82749c95ccafcccc3d354413ebcdc98b4ade615..04c0988a329739d43334f914dc80343e779abe52 100644 (file)
@@ -531,7 +531,6 @@ set_functions(subtree)
 
 void init_mib(char *file)
 {
-    snmplib_debug(0, "init MIB(%p): file: '%s'\n", Mib, file ? file : "<null>");
     if (Mib != NULL)
        return;
 
index 99e5bbfa00fad0bb1140e94b0d4cc0eb44231d94..2e493530e33f169c7b81d4f2dd4a9e9afb3fbd3d 100644 (file)
@@ -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);