~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to include/net-snmp/library/container.h

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Friedrich
  • Date: 2010-06-10 18:02:54 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100610180254-6ezvupl2clicwdqf
ImportĀ upstreamĀ versionĀ 5.4.3~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define NETSNMP_CONTAINER_H
3
3
 
4
4
/*
5
 
 * $Id: container.h 16804 2008-02-13 23:37:48Z magfr $
 
5
 * $Id: container.h 17254 2008-10-14 09:37:21Z jsafranek $
6
6
 *
7
7
 * WARNING: This is a recently created file, and all of it's contents are
8
8
 *          subject to change at any time.
358
358
        if(x) {
359
359
            int rc = x->insert(x,k);
360
360
            if(rc)
361
 
                snmp_log(LOG_ERR,"error on subcontainer '%s' insert (%d)\n",
 
361
                snmp_log(LOG_DEBUG,"error on subcontainer '%s' insert (%d)\n",
362
362
                         x->container_name ? x->container_name : "", rc);
363
363
            else {
364
364
                rc = CONTAINER_INSERT_HELPER(x->next, k);