summaryrefslogtreecommitdiff
path: root/scripts/xls_to_doc.py
diff options
context:
space:
mode:
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: