Message floods tests output. There is no reason for prints of starting threads due to each application if needed can do there own prints.
Signed-off-by: Maxim Uvarov <[email protected]> --- helper/linux.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/helper/linux.c b/helper/linux.c index 7bd0b07..38646e9 100644 --- a/helper/linux.c +++ b/helper/linux.c @@ -265,13 +265,6 @@ static void *odpthread_run_start_routine(void *arg) return (void *)-1; } - ODPH_DBG("helper: ODP %s thread started as linux %s. (pid=%d)\n", - thr_params->thr_type == ODP_THREAD_WORKER ? - "worker" : "control", - (start_args->linuxtype == ODPTHREAD_PTHREAD) ? - "pthread" : "process", - (int)getpid()); - status = thr_params->start(thr_params->arg); ret = odp_term_local(); -- 2.7.1.250.gff4ea60
