From 8fe17b4c2a6f7f0fb11455ce4ad1540197307e20 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 26 Oct 2009 13:37:31 +0000 Subject: Add missing argument to printf. --- testsuites/psxtests/psxsignal03/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxsignal03') diff --git a/testsuites/psxtests/psxsignal03/init.c b/testsuites/psxtests/psxsignal03/init.c index 1e90677ea6..f4003df6b3 100644 --- a/testsuites/psxtests/psxsignal03/init.c +++ b/testsuites/psxtests/psxsignal03/init.c @@ -120,7 +120,7 @@ void *Test_Thread(void *arg) /* wait for a signal */ memset( &info, 0, sizeof(info) ); - printf( "%s - Wait for %s unblocked\n", signal_name(SIGNAL_ONE) ); + printf( "%s - Wait for %s unblocked\n", name, signal_name(SIGNAL_ONE) ); sigwaitinfo( &wait_mask, &info ); assert( !sc ); -- cgit v1.2.3