diff --git a/ytest_t/libytest.so b/ytest_t/libytest.so index 7136b91..1a01539 100755 Binary files a/ytest_t/libytest.so and b/ytest_t/libytest.so differ diff --git a/ytest_t/yftest/src/ftest/ftest.c b/ytest_t/yftest/src/ftest/ftest.c index 05b6560..edf86ff 100644 --- a/ytest_t/yftest/src/ftest/ftest.c +++ b/ytest_t/yftest/src/ftest/ftest.c @@ -217,7 +217,8 @@ long int id_of_thread_executed(const char * func_call_name){ for(long int i=0; i<= parallel_nb; ++i) PRINT_DEBUG(" id_thread_self[%ld] = %ld \n", i, id_thread_self[i]); }*/ - PRINT_ERROR("\nsomething wrong on %s, called by <%s>, id_from_self: %ld\n",__func__, func_call_name,id_from_self); + /* no error, when pthread is call in a test, we will not have a match! */ + PRINT_DEBUG("\n debug [%s]: called by <%s>, id_from_self: %ld\n",__func__, func_call_name,id_from_self); return -1; }