summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-09-26 12:12:48 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-09-26 12:12:48 +0200
commit76b4c6547d5526a375ee217e2722a164c811c58c (patch)
treecbcca91a01d64106e3b26480d08c7e8766735d2b /runtime
parent0509f1404170c5aff7c9a154fbe882f4d067b1e4 (diff)
parentb26387e6b28630b8e5e3582039141ebf1c7455e3 (diff)
downloadrsyslog-76b4c6547d5526a375ee217e2722a164c811c58c.tar.gz
rsyslog-76b4c6547d5526a375ee217e2722a164c811c58c.tar.xz
rsyslog-76b4c6547d5526a375ee217e2722a164c811c58c.zip
Merge branch 'v5-stable' into beta
Conflicts: ChangeLog configure.ac doc/manual.html
Diffstat (limited to 'runtime')
-rw-r--r--runtime/msg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/msg.c b/runtime/msg.c
index 7b9b9b90..63b4c7bc 100644
--- a/runtime/msg.c
+++ b/runtime/msg.c
@@ -1753,7 +1753,6 @@ getTAG(msg_t *pM, uchar **ppBuf, int *piLen)
*piLen = pM->iLenTAG;
}
}
-dbgprintf("getTAG: len %d, buf '%s'\n", *piLen, *ppBuf);
}