diff --git a/analyzer/codechecker_analyzer/analyzers/gcc/analyzer.py b/analyzer/codechecker_analyzer/analyzers/gcc/analyzer.py index bf940c174f..6da864ae9e 100644 --- a/analyzer/codechecker_analyzer/analyzers/gcc/analyzer.py +++ b/analyzer/codechecker_analyzer/analyzers/gcc/analyzer.py @@ -208,7 +208,8 @@ def version_compatible(cls, configured_binary, environ): # FIXME: Maybe this isn't to place to emit an error, especially when # we cycle over multiple binarier to find the correct one. - LOG.error("GCC binary is too old; minimum version is 13.0.0.") + LOG.error(f"GCC binary found is too old at v{analyzer_version}; " + "minimum version is 13.0.0.") return False def construct_result_handler(self, buildaction, report_output,