--- ray/src/rt/rpict.c 1992/08/08 18:45:02 2.10 +++ ray/src/rt/rpict.c 1992/08/09 20:28:41 2.11 @@ -255,8 +255,10 @@ char *pout, *zout, *prvr; normaspect(viewaspect(&ourview), &pa, &hres, &vres); if (seq) { if (ralrm > 0) { - sprintf(errmsg, "starting frame %d\n", seq); - eputs(errmsg); + fprintf(stderr, "FRAME %d:", seq); + fprintview(&ourview, stderr); + putc('\n', stderr); + fflush(stderr); } printf("FRAME=%d\n", seq); }