summaryrefslogtreecommitdiffstats
path: root/obj.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-14 08:37:42 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-14 08:37:42 +0000
commitdd36718bd11c85af49546ab589fa42bf512075ce (patch)
tree64e028d492472f0a3fc7aace150bf36db2ea6da4 /obj.c
parent16f39256b6bdc3ce5dafc17a14b553841eef2120 (diff)
downloadrsyslog-dd36718bd11c85af49546ab589fa42bf512075ce.tar.gz
rsyslog-dd36718bd11c85af49546ab589fa42bf512075ce.tar.xz
rsyslog-dd36718bd11c85af49546ab589fa42bf512075ce.zip
worker shutdown sequence enhanced to try different ways to shut down and
terminate workers if none helps (this protects against badly written output plugins which hold the queue for too long)
Diffstat (limited to 'obj.c')
-rw-r--r--obj.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/obj.c b/obj.c
index 3a9098a0..e28c2747 100644
--- a/obj.c
+++ b/obj.c
@@ -89,7 +89,6 @@ rsRetVal objInfoConstruct(objInfo_t **ppThis, objID_t objID, uchar *pszName, int
pThis->pszName = pszName;
pThis->iObjVers = iObjVers;
-fprintf(stderr, "objid %d set for %s\n", objID, pszName);
pThis->objID = objID;
pThis->objMethods[0] = pConstruct;