From b88d2c234acd767f5ba35d35aa64df8bc9399fbf Mon Sep 17 00:00:00 2001 From: tth Date: Fri, 24 Jul 2020 19:11:16 +0200 Subject: [PATCH] removing useless message --- v4l2/grabvidseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4l2/grabvidseq.c b/v4l2/grabvidseq.c index b8e334a..5226b67 100644 --- a/v4l2/grabvidseq.c +++ b/v4l2/grabvidseq.c @@ -163,7 +163,7 @@ if (verbosity > 1) { fprintf(stderr, "grabing %d picz, ", nbre_capt); fprintf(stderr, "period is %.3f milliseconds\n", period/1e3); fprintf(stderr, "framesize is %dx%d\n", width, height); - fprintf(stderr, "destdir is '%s'\n", dest_dir); + // fprintf(stderr, "destdir is '%s'\n", dest_dir); if (upscaling) fprintf(stderr, "upscaling is on\n"); }