summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-07-09 17:28:40 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-07-09 17:28:40 +0200
commitebaf375ed108b14c5a5a3af62067df988506bfec (patch)
treeb1da1d78507962f88c9dcf86fde6cc3ff159950b /runtime
parent00ada18a67892d5d5f4197cb5180cb6453571b4d (diff)
downloadrsyslog-ebaf375ed108b14c5a5a3af62067df988506bfec.tar.gz
rsyslog-ebaf375ed108b14c5a5a3af62067df988506bfec.tar.xz
rsyslog-ebaf375ed108b14c5a5a3af62067df988506bfec.zip
omelasticsearch: better debug instrumentation
Diffstat (limited to 'runtime')
-rw-r--r--runtime/msg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/msg.c b/runtime/msg.c
index a7df6928..99874317 100644
--- a/runtime/msg.c
+++ b/runtime/msg.c
@@ -3206,7 +3206,6 @@ uchar *MsgGetProp(msg_t *pMsg, struct templateEntry *pTpe,
}
}
-dbgprintf("prop repl 4, pRes='%s', len %d\n", pRes, bufLen);
/* Take care of spurious characters to make the property safe
* for a path definition
*/
@@ -3375,7 +3374,6 @@ dbgprintf("prop repl 4, pRes='%s', len %d\n", pRes, bufLen);
bufLen = ustrlen(pRes);
*pPropLen = bufLen;
-dbgprintf("end prop repl, pRes='%s', len %d\n", pRes, bufLen);
ENDfunc
return(pRes);
}