wrappers: move thread start message to trace
This commit is contained in:
parent
ade9e3c26d
commit
cbbb227aa4
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ thread_wrapper ( void *p )
|
|||
signal(SIGTERM, doexit);
|
||||
|
||||
/* Run */
|
||||
tvhdebug("thread", "created thread %ld [%s / %p(%p)]",
|
||||
tvhtrace("thread", "created thread %ld [%s / %p(%p)]",
|
||||
(long)pthread_self(), ts->name, ts->run, ts->arg);
|
||||
void *r = ts->run(ts->arg);
|
||||
free(ts);
|
||||
|
|
Loading…
Add table
Reference in a new issue