summaryrefslogtreecommitdiffstats
path: root/runtime/wtp.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-03-12 15:04:08 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-03-12 15:04:08 +0100
commit16cc84fc699fc3f830b0c28d677d6ae0daa35723 (patch)
treef4921805e3f021ef5a13d1af1ffb6b6869b6e000 /runtime/wtp.c
parent2b03e46acfc52b2933f45ba6ba38a36522163fdf (diff)
downloadrsyslog-16cc84fc699fc3f830b0c28d677d6ae0daa35723.tar.gz
rsyslog-16cc84fc699fc3f830b0c28d677d6ae0daa35723.tar.xz
rsyslog-16cc84fc699fc3f830b0c28d677d6ae0daa35723.zip
bugfix: stopped DA queue was never processed after a restart
...due to a regression from statistics module.
Diffstat (limited to 'runtime/wtp.c')
-rw-r--r--runtime/wtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/wtp.c b/runtime/wtp.c
index e615fb19..a53a9888 100644
--- a/runtime/wtp.c
+++ b/runtime/wtp.c
@@ -309,7 +309,7 @@ wtpWrkrExecCleanup(wti_t *pWti)
wtiSetState(pWti, WRKTHRD_STOPPED);
ATOMIC_DEC(&pThis->iCurNumWrkThrd, &pThis->mutCurNumWrkThrd);
- DBGPRINTF("%s: Worker thread %lx, terminated, um workers now %d\n",
+ DBGPRINTF("%s: Worker thread %lx, terminated, num workers now %d\n",
wtpGetDbgHdr(pThis), (unsigned long) pWti,
ATOMIC_FETCH_32BIT(&pThis->iCurNumWrkThrd, &pThis->mutCurNumWrkThrd));