diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-07-24 12:48:39 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-07-24 12:48:39 +0200 |
commit | cf100be58c69e34f42b15c03b6104139d37eb47b (patch) | |
tree | c6ea5b5eb7e6b6080498ef03882aa54cda417c9b /runtime/msg.c | |
parent | 87311d12771fc94e2d324e73922bd5e0b07de64e (diff) | |
parent | 686270440c601d5a4e3eac246397f60248889f5f (diff) | |
download | rsyslog-cf100be58c69e34f42b15c03b6104139d37eb47b.tar.gz rsyslog-cf100be58c69e34f42b15c03b6104139d37eb47b.tar.bz2 rsyslog-cf100be58c69e34f42b15c03b6104139d37eb47b.zip |
Merge branch 'beta'
Conflicts:
ChangeLog
configure.ac
Diffstat (limited to 'runtime/msg.c')
-rw-r--r-- | runtime/msg.c | 2 |
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); } |