diff --git a/repos/libports/src/test/pthread/main.cc b/repos/libports/src/test/pthread/main.cc index 4d9c71ef4a..b29d1bd39b 100644 --- a/repos/libports/src/test/pthread/main.cc +++ b/repos/libports/src/test/pthread/main.cc @@ -890,7 +890,7 @@ struct Test_cond_timed } if (timedwait && !timed_out) { - printf("waiter%s: pthread_cond_timedwait did not time-out!\n"); + printf("waiter%s: pthread_cond_timedwait did not time-out!\n", note); exit(-1); }