]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
wrappers: move thread start message to trace
authorAdam Sutton <dev@adamsutton.me.uk>
Wed, 16 Apr 2014 19:31:58 +0000 (20:31 +0100)
committerAdam Sutton <dev@adamsutton.me.uk>
Wed, 16 Apr 2014 19:31:58 +0000 (20:31 +0100)
src/wrappers.c

index 59723576214285ce24b1e0288f5326ffbaf7033a..3968572efdbb02d56b179dc1a2d4aed848e401b0 100644 (file)
@@ -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);