diff --git a/v4l2/grabvidseq.c b/v4l2/grabvidseq.c index 9ef351c..36a3517 100644 --- a/v4l2/grabvidseq.c +++ b/v4l2/grabvidseq.c @@ -168,7 +168,7 @@ while ((opt = getopt(argc, argv, "c:d:ghn:o:O:p:r:s:uvZ")) != -1) { if (verbosity > 1) { fprintf(stderr, "*** GrabVidSeq (%s, %s) libv %d, pid=%d\n", __DATE__, __TIME__, FIMG_VERSION, getpid()); - fprintf(stderr, "grabing %d picz, ", nbre_capt); + fprintf(stderr, "grabing %d picz from %s, ", nbre_capt, dev_name); fprintf(stderr, "period is %.3f seconds\n", period); fprintf(stderr, "framesize is %dx%d\n", width, height); // fprintf(stderr, "destdir is '%s'\n", dest_dir);