Some cleanups
[ftsbench.git] / ftsbench.c
index 83adbcf..f577336 100644 (file)
@@ -338,7 +338,7 @@ main(int argn, char *argv[]) {
                        res = pthread_cond_timedwait( &condFinish, &mutexFinish, &sleepTo );
 
                        if ( !(res == ETIMEDOUT || res == 0) ) {
-                               fprintf(stderr,"pthread_cond_timedwait failed: %s", strerror(errno));
+                               fprintf(stderr,"pthread_cond_timedwait failed: %s\n", strerror(errno));
                                exit(1);
                        }
                }