diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-27 11:37:10 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-27 11:37:10 +0200 |
commit | 35ea061f62cf0cbae074b2df47dc6b462da4fd20 (patch) | |
tree | 08c0735b16914c998d54f5731e2669b82b14facf /plugins/imtcp/imtcp.c | |
parent | 78bc40e1af312d076c4cc2225c9281b6725217f6 (diff) | |
parent | 74ed599ea6ab96cffba35ca14f5654523f89bc61 (diff) | |
download | rsyslog-35ea061f62cf0cbae074b2df47dc6b462da4fd20.tar.gz rsyslog-35ea061f62cf0cbae074b2df47dc6b462da4fd20.tar.bz2 rsyslog-35ea061f62cf0cbae074b2df47dc6b462da4fd20.zip |
Merge branch 'diag'
Diffstat (limited to 'plugins/imtcp/imtcp.c')
-rw-r--r-- | plugins/imtcp/imtcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/imtcp/imtcp.c b/plugins/imtcp/imtcp.c index f0efe1ee..84e660bc 100644 --- a/plugins/imtcp/imtcp.c +++ b/plugins/imtcp/imtcp.c @@ -180,7 +180,6 @@ static rsRetVal addTCPListener(void __attribute__((unused)) *pVal, uchar *pNewVa } } -dbgprintf("XXX: try add listen port %s\n", pNewVal); /* initialized, now add socket */ CHKiRet(tcpsrv.SetInputName(pOurTcpsrv, pszInputName == NULL ? UCHAR_CONSTANT("imtcp") : pszInputName)); |