Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 20db51d70e6b59a061db97ce9b89c771 > files > 50

net-snmp-5.3.2.2-14.el5.src.rpm

474093:  CRM #1761334 snmpd causing errors

Author: Jan Safranek <jsafrane@redhat.com>
Upstream: svn rev. 17406

Index: agent/mibgroup/ucd-snmp/diskio.c
===================================================================
--- agent/mibgroup/ucd-snmp/diskio.c	(revision 17405)
+++ agent/mibgroup/ucd-snmp/diskio.c	(working copy)
@@ -920,7 +920,7 @@
       c64_ret.high = head.indices[indx].wsect >> (32 - 9);
       return (u_char *) & c64_ret;
     default:
-	snmp_log(LOG_ERR, "diskio.c: don't know how to handle %d request\n", vp->magic);
+	DEBUGMSGTL(("diskio", "don't know how to handle %d request\n", vp->magic));
   }
   return NULL;
 }