summaryrefslogtreecommitdiffstats
path: root/plugins/imudp/imudp.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-01-11 09:39:27 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-01-11 09:39:27 +0100
commitf373968c665e74c3d4dd433ab532ca0630dcd89a (patch)
tree2cf629b014f3995866205438fbc69506b0e74938 /plugins/imudp/imudp.c
parent60ff99d276af30044b1d2295ecb2c4fcb9ae10d8 (diff)
parent25dd212bd0bbd68edf774221429bc59001794a7e (diff)
downloadrsyslog-f373968c665e74c3d4dd433ab532ca0630dcd89a.tar.gz
rsyslog-f373968c665e74c3d4dd433ab532ca0630dcd89a.tar.bz2
rsyslog-f373968c665e74c3d4dd433ab532ca0630dcd89a.zip
Merge branch 'v7-stable-libnet-frag'
Conflicts: ChangeLog configure.ac tools/omfile.c
Diffstat (limited to 'plugins/imudp/imudp.c')
-rw-r--r--plugins/imudp/imudp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imudp/imudp.c b/plugins/imudp/imudp.c
index 9b6409c1..dde8f105 100644
--- a/plugins/imudp/imudp.c
+++ b/plugins/imudp/imudp.c
@@ -381,7 +381,7 @@ processSocket(thrdInfo_t *pThrd, struct lstn_s *lstn, struct sockaddr_storage *f
*pbIsPermitted = 1; /* no check -> everything permitted */
}
- DBGPRINTF("recv(%d,%d),acl:%d,msg:%s\n", lstn->sock, (int) lenRcvBuf, *pbIsPermitted, pRcvBuf);
+ DBGPRINTF("imudp:recv(%d,%d),acl:%d,msg:%s\n", lstn->sock, (int) lenRcvBuf, *pbIsPermitted, pRcvBuf);
if(*pbIsPermitted != 0) {
if((runModConf->iTimeRequery == 0) || (iNbrTimeUsed++ % runModConf->iTimeRequery) == 0) {