summaryrefslogtreecommitdiff
path: root/scripts/xls_to_doc.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@kernel.org>2024-03-14 06:31:24 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2024-03-15 10:18:03 +0100
commitbb39b3c2db82a1f322653f65b8a5c9af35fbd210 (patch)
tree0208cfdd57dc81d7b4384490cb1712a636ecf641 /scripts/xls_to_doc.py
parentb03aa30a44059601dd6803d8b1797a67b6482f29 (diff)
scripts/xls_to_doc.py: be clearer when ignoring a value in verbose mode
Print what value was not changed because it is duplicated. Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org> Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Diffstat (limited to 'scripts/xls_to_doc.py')
-rwxr-xr-xscripts/xls_to_doc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xls_to_doc.py b/scripts/xls_to_doc.py
index bd14320a3..5e79a725c 100755
--- a/scripts/xls_to_doc.py
+++ b/scripts/xls_to_doc.py
@@ -298,7 +298,7 @@ class FillTests(TestList):
continue
if doc_value == value:
if self.verbose > 1:
- print(f"{testname}@{subtest} field {field}: Value unchanged. Ignoring it")
+ print(f"{testname}@{subtest} field {field}: Value unchanged: {value}. Ignoring it")
continue
if self.verbose > 0: