v4l2-compliance: change one warn to info.
authorHans Verkuil <hans.verkuil@cisco.com>
Sun, 23 Feb 2014 11:55:41 +0000 (12:55 +0100)
committerHans Verkuil <hans.verkuil@cisco.com>
Mon, 24 Feb 2014 15:41:02 +0000 (16:41 +0100)
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
utils/v4l2-compliance/v4l2-test-formats.cpp

index e062f0b..23472a6 100644 (file)
@@ -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;
                }
        }