X-Git-Url: http://sigaev.ru/git/gitweb.cgi?p=ftsbench.git;a=blobdiff_plain;f=ftsbench.c;fp=ftsbench.c;h=f57733683c22da2138c8152a1dc93eca83c8bd4c;hp=83adbcf3c0afffe0846139c557004632dd6b4386;hb=e99b1c226598475b5ec6034775139b628bc715e1;hpb=e4c06c34627eb24593536e72cda80101b28ac394 diff --git a/ftsbench.c b/ftsbench.c index 83adbcf..f577336 100644 --- a/ftsbench.c +++ b/ftsbench.c @@ -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); } }