Commit f00ee9af authored by Robert Schmidt's avatar Robert Schmidt

review comment: to squash

parent 9395a067
......@@ -1060,7 +1060,12 @@ static inline void wait_sync(char *thread_name)
pthread_cond_wait( &sync_cond, &sync_mutex );
AssertFatal((rc = pthread_mutex_unlock( &sync_mutex ))==0,"sync mutex unlock error");
LOG_D(PHY, "got sync (%s)\n", thread_name);
LOG_I(PHY, "got sync (%s)\n", thread_name);
/*
* Raphael Defosseux: added for CI to get faster the got sync message.
*/
fflush(stdout);
fflush(stderr);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment