summaryrefslogtreecommitdiffstats
path: root/runtime/wti.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-15 14:28:33 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-15 14:28:33 +0200
commit05cd77cd4d8f4c5a8dc0a8662c4dfe288230257d (patch)
tree0dbeb4b60b5d0001dc7d02c2fd6f4ef5af9f8ac9 /runtime/wti.c
parent46dc3f6d64695bac31fada56b04c373323774e49 (diff)
downloadrsyslog-05cd77cd4d8f4c5a8dc0a8662c4dfe288230257d.tar.gz
rsyslog-05cd77cd4d8f4c5a8dc0a8662c4dfe288230257d.tar.xz
rsyslog-05cd77cd4d8f4c5a8dc0a8662c4dfe288230257d.zip
some more (very mild) cleanup
Diffstat (limited to 'runtime/wti.c')
-rw-r--r--runtime/wti.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/wti.c b/runtime/wti.c
index 93c66028..e495b85d 100644
--- a/runtime/wti.c
+++ b/runtime/wti.c
@@ -452,7 +452,6 @@ wtiWorker(wti_t *pThis)
d_pthread_mutex_lock(&pThis->mut);
pthread_cleanup_pop(0); /* remove cleanup handler */
-RUNLOG_STR("XXX: Worker shutdown");
pWtp->pfOnWorkerShutdown(pWtp->pUsr);
wtiSetState(pThis, eWRKTHRD_TERMINATING, 0, MUTEX_ALREADY_LOCKED);