From: Hans Verkuil Date: Sun, 23 Feb 2014 11:55:41 +0000 (+0100) Subject: v4l2-compliance: change one warn to info. X-Git-Tag: v4l-utils-1.2.0~183 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e69f4d628a2cc636cdf05b245a669af09c83943;p=platform%2Fupstream%2Fv4l-utils.git v4l2-compliance: change one warn to info. Signed-off-by: Hans Verkuil --- diff --git a/utils/v4l2-compliance/v4l2-test-formats.cpp b/utils/v4l2-compliance/v4l2-test-formats.cpp index e062f0b..23472a6 100644 --- a/utils/v4l2-compliance/v4l2-test-formats.cpp +++ b/utils/v4l2-compliance/v4l2-test-formats.cpp @@ -709,7 +709,7 @@ static int testGlobalFormat(struct node *node, int type) mp1->width == mp2->width && mp1->height == mp2->height) { // This compliance test only succeeds if the two formats // are really different after S_FMT - warn("Could not perform global format test\n"); + info("Could not perform global format test\n"); return 0; } } else { @@ -717,7 +717,7 @@ static int testGlobalFormat(struct node *node, int type) p1->width == p2->width && p1->height == p2->height) { // This compliance test only succeeds if the two formats // are really different after S_FMT - warn("Could not perform global format test\n"); + info("Could not perform global format test\n"); return 0; } }