--- ray/src/util/rad.c 2011/08/24 05:54:42 2.106 +++ ray/src/util/rad.c 2011/08/26 22:39:56 2.107 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: rad.c,v 2.106 2011/08/24 05:54:42 greg Exp $"; +static const char RCSid[] = "$Id: rad.c,v 2.107 2011/08/26 22:39:56 greg Exp $"; #endif /* * Executive program for oconv, rpict and pfilt @@ -1387,7 +1387,7 @@ rpict( /* run rpict and pfilt for each view */ int xdiv = 8+nprocs/3, ydiv = 8+nprocs/3; if (rfdt >= oct1date) { fprintf(stderr, - "%s: partial output not created with rpiece\n", rawfile); + "%s: partial output not created with %s\n", rawfile, c_rpiece); quit(1); } if (rfdt) { /* start fresh */ @@ -1478,8 +1478,8 @@ rpict( /* run rpict and pfilt for each view */ wait_process(1); if (!syncf_done(sfile)) { fprintf(stderr, - "%s: rpiece did not complete rendering of view %s\n", - progname, vs); + "%s: %s did not complete rendering of view %s\n", + progname, c_rpiece, vs); quit(1); } }