Core: get the version of dwarf2json check correct

This commit is contained in:
Mike Auty
2024-10-09 21:45:57 +01:00
parent 4b3ef9ccfa
commit 6558df9765
+1 -1
View File
@@ -86,7 +86,7 @@ def valid(
int(x) for x in ".".split(producer.get("version"))
] < (0, 8, 0):
vollog.warning(
"Dwarf2json < 0.8.0 is known to produce faulty symbols for kernels > 6.0.0"
"Dwarf2json < 0.9.0 is known to produce faulty symbols for kernels > 6.0.0"
)
if input_hash in cached_validations and use_cache: