diff options
Diffstat (limited to 'tests/cleanup1.c')
-rw-r--r-- | tests/cleanup1.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cleanup1.c b/tests/cleanup1.c index 2c8e9a6..68478fa 100644 --- a/tests/cleanup1.c +++ b/tests/cleanup1.c @@ -159,10 +159,9 @@ main() if (fail) { - fprintf(stderr, "Thread %d: started %d: count %d: result %d\n", + fprintf(stderr, "Thread %d: started %d: result %d\n", i, threadbag[i].started, - threadbag[i].count, result); } failed = (failed || fail); |