diff --git a/src/wrappers.c b/src/wrappers.c index 59723576..3968572e 100644 --- a/src/wrappers.c +++ b/src/wrappers.c @@ -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);