forked from tTh/FloatImg
cosmetic
This commit is contained in:
parent
c71e3b53b7
commit
764b93e0b7
@ -150,7 +150,7 @@ while ((opt = getopt(argc, argv, "c:d:ghn:o:O:p:s:uv")) != -1) {
|
||||
}
|
||||
|
||||
if (verbosity > 1) {
|
||||
fprintf(stderr, "GrabVidSeq (%s %s) pid=%d\n", __DATE__, __TIME__, getpid());
|
||||
fprintf(stderr, "GrabVidSeq (%s, %s) pid=%d\n", __DATE__, __TIME__, getpid());
|
||||
fprintf(stderr, "grabing %d picz\n", nbre_capt);
|
||||
fprintf(stderr, "period is %.3f milliseconds\n", period/1e3);
|
||||
fprintf(stderr, "framesize is %dx%d\n", width, height);
|
||||
|
Loading…
Reference in New Issue
Block a user