]> git.pld-linux.org Git - packages/net-snmp.git/blob - net-snmp-subcontainer.patch
- bigger cache timeout
[packages/net-snmp.git] / net-snmp-subcontainer.patch
1 --- net-snmp/include/net-snmp/library/container.h       2008/02/13 23:37:48     16804
2 +++ net-snmp/include/net-snmp/library/container.h       2008/10/14 09:37:21     17254
3 @@ -358,7 +358,7 @@
4          if(x) {
5              int rc = x->insert(x,k);
6              if(rc)
7 -                snmp_log(LOG_ERR,"error on subcontainer '%s' insert (%d)\n",
8 +                snmp_log(LOG_DEBUG,"error on subcontainer '%s' insert (%d)\n",
9                           x->container_name ? x->container_name : "", rc);
10              else {
11                  rc = CONTAINER_INSERT_HELPER(x->next, k);
This page took 0.179527 seconds and 3 git commands to generate.