diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-14 08:42:51 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-14 08:42:51 +0100 |
commit | 29e8c99a7a028ba729bb0f910611efa13f94cd35 (patch) | |
tree | d66ead6075c9abd5acbe504665292cc9dd6c94dc /runtime/wtp.c | |
parent | 1bc864bfcdd7e57d3c049a1f5a8cd66c59c08b7a (diff) | |
parent | 8d28cc6894828fd49b909cbbd0bd9ce818f00176 (diff) | |
download | rsyslog-29e8c99a7a028ba729bb0f910611efa13f94cd35.tar.gz rsyslog-29e8c99a7a028ba729bb0f910611efa13f94cd35.tar.bz2 rsyslog-29e8c99a7a028ba729bb0f910611efa13f94cd35.zip |
Merge branch 'v7-stable-libnet-frag'
Conflicts:
ChangeLog
Diffstat (limited to 'runtime/wtp.c')
-rw-r--r-- | runtime/wtp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/wtp.c b/runtime/wtp.c index a53a9888..f8d3588b 100644 --- a/runtime/wtp.c +++ b/runtime/wtp.c @@ -383,6 +383,7 @@ wtpWorker(void *arg) /* the arg is actually a wti object, even though we are in } # endif + dbgOutputTID((char*)thrdName); pthread_cleanup_push(wtpWrkrExecCancelCleanup, pWti); wtiWorker(pWti); pthread_cleanup_pop(0); |