summaryrefslogtreecommitdiffstats
path: root/runtime/netstrm.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-27 11:37:10 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-27 11:37:10 +0200
commit35ea061f62cf0cbae074b2df47dc6b462da4fd20 (patch)
tree08c0735b16914c998d54f5731e2669b82b14facf /runtime/netstrm.c
parent78bc40e1af312d076c4cc2225c9281b6725217f6 (diff)
parent74ed599ea6ab96cffba35ca14f5654523f89bc61 (diff)
downloadrsyslog-35ea061f62cf0cbae074b2df47dc6b462da4fd20.tar.gz
rsyslog-35ea061f62cf0cbae074b2df47dc6b462da4fd20.tar.bz2
rsyslog-35ea061f62cf0cbae074b2df47dc6b462da4fd20.zip
Merge branch 'diag'
Diffstat (limited to 'runtime/netstrm.c')
-rw-r--r--runtime/netstrm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/netstrm.c b/runtime/netstrm.c
index f6a8de7f..05bb25c0 100644
--- a/runtime/netstrm.c
+++ b/runtime/netstrm.c
@@ -114,7 +114,6 @@ AcceptConnReq(netstrm_t *pThis, netstrm_t **ppNew)
ISOBJ_TYPE_assert(pThis, netstrm);
assert(ppNew != NULL);
-RUNLOG_STR("XXX: accept conn reqeust");
/* accept the new connection */
CHKiRet(pThis->Drvr.AcceptConnReq(pThis->pDrvrData, &pNewNsd));
/* construct our object so that we can use it... */