diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-18 12:44:00 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-18 12:44:00 +0200 |
commit | 7b63cd6feda5087c43652bdcf8e694b544295d5b (patch) | |
tree | a51dd63c9b182a05848e35023f43d8807344113f /runtime/wtp.c | |
parent | ebc931db47bf1e28502a043dc2984acf5fd532b6 (diff) | |
download | rsyslog-7b63cd6feda5087c43652bdcf8e694b544295d5b.tar.gz rsyslog-7b63cd6feda5087c43652bdcf8e694b544295d5b.tar.xz rsyslog-7b63cd6feda5087c43652bdcf8e694b544295d5b.zip |
minor things, mostly improved debug info
Diffstat (limited to 'runtime/wtp.c')
-rw-r--r-- | runtime/wtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/wtp.c b/runtime/wtp.c index 8b041ea2..ee9fc765 100644 --- a/runtime/wtp.c +++ b/runtime/wtp.c @@ -453,7 +453,7 @@ wtpStartWrkr(wtp_t *pThis, int bLockMutex) ISOBJ_TYPE_assert(pThis, wtp); - wtpProcessThrdChanges(pThis); + wtpProcessThrdChanges(pThis); // TODO: Performance: this causes a lot of FUTEX calls BEGIN_MTX_PROTECTED_OPERATIONS(&pThis->mut, bLockMutex); |