testing/ostest/barrier: Fix the message printed when
pthread_barrier_init fails. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
eb228229d8
commit
025ce0e008
@ -118,7 +118,7 @@ void barrier_test(void)
|
||||
CONFIG_TESTING_OSTEST_NBARRIER_THREADS);
|
||||
if (status != OK)
|
||||
{
|
||||
printf("barrier_test: pthread_barrierattr_init failed, status=%d\n",
|
||||
printf("barrier_test: pthread_barrier_init failed, status=%d\n",
|
||||
status);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user