summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-09-26 11:58:20 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-09-26 11:58:20 +0200
commit0c7604dc27119122a3022c7bf094ffb5f8d59e6d (patch)
tree370ad5d009cb301e5ea4757f8ac34a7179d28448 /runtime/msg.c
parentb1e21fcb4b072b1780ce093e890450fe3a059de8 (diff)
parentb26387e6b28630b8e5e3582039141ebf1c7455e3 (diff)
downloadrsyslog-0c7604dc27119122a3022c7bf094ffb5f8d59e6d.tar.gz
rsyslog-0c7604dc27119122a3022c7bf094ffb5f8d59e6d.tar.xz
rsyslog-0c7604dc27119122a3022c7bf094ffb5f8d59e6d.zip
Merge branch 'v5-stable' into v5-devel
Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h tools/omfile.c tools/ompipe.c
Diffstat (limited to 'runtime/msg.c')
-rw-r--r--runtime/msg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/msg.c b/runtime/msg.c
index f1de8130..7cc588b7 100644
--- a/runtime/msg.c
+++ b/runtime/msg.c
@@ -1741,7 +1741,6 @@ getTAG(msg_t *pM, uchar **ppBuf, int *piLen)
*piLen = pM->iLenTAG;
}
}
-dbgprintf("getTAG: len %d, buf '%s'\n", *piLen, *ppBuf);
}