aboutsummaryrefslogtreecommitdiff
path: root/get.c
diff options
context:
space:
mode:
Diffstat (limited to 'get.c')
-rw-r--r--get.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/get.c b/get.c
index b54bae6..6f62c16 100644
--- a/get.c
+++ b/get.c
@@ -38,7 +38,6 @@ typedef struct _snmpget
static void snmpget_get(t_snmpget *x, t_symbol *s)
{
- post("system::get: %s", s->s_name);
if(NULL!=x->x_session){
oid name[MAX_OID_LEN];
size_t name_length=MAX_OID_LEN;
@@ -46,7 +45,6 @@ static void snmpget_get(t_snmpget *x, t_symbol *s)
netsnmp_pdu *pdu,*response;
int err=0;
char*symname=s->s_name;
- post("getting %s", symname);
if(!snmp_parse_oid(symname, name, &name_length)){
error("snmpget: bad OID %d", name_length);