From 3e69f4d628a2cc636cdf05b245a669af09c83943 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Sun, 23 Feb 2014 12:55:41 +0100 Subject: [PATCH] v4l2-compliance: change one warn to info. Signed-off-by: Hans Verkuil --- utils/v4l2-compliance/v4l2-test-formats.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } } -- 2.7.4