summaryrefslogtreecommitdiffstats
path: root/runtime/wtp.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-03-12 16:12:40 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-03-12 16:12:40 +0100
commit74e09afd6db56f6e23c965f0949cfb9979928f13 (patch)
tree474696cdc9936c58916d96e5e3d01d38c851ef79 /runtime/wtp.c
parent50a94aa1c72ba8aab5443ecc04b51190da0df513 (diff)
parent16cc84fc699fc3f830b0c28d677d6ae0daa35723 (diff)
downloadrsyslog-74e09afd6db56f6e23c965f0949cfb9979928f13.tar.gz
rsyslog-74e09afd6db56f6e23c965f0949cfb9979928f13.tar.xz
rsyslog-74e09afd6db56f6e23c965f0949cfb9979928f13.zip
Merge branch 'v5-stable' into v5-stable-newstats
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));