Core: fix the check as well as the message

This commit is contained in:
Mike Auty
2024-10-09 22:13:21 +01:00
parent 6558df9765
commit c364df47dd
+1 -1
View File
@@ -84,7 +84,7 @@ def valid(
if producer:
if producer.get("name") == "dwarf2json" and [
int(x) for x in ".".split(producer.get("version"))
] < (0, 8, 0):
] < (0, 9, 0):
vollog.warning(
"Dwarf2json < 0.9.0 is known to produce faulty symbols for kernels > 6.0.0"
)