Increase log level of covariant trace message

No need to have this at level 3, bump it to 6.
This commit is contained in:
Kim Gräsman 2023-01-07 22:36:10 +01:00
parent c3f92ad08f
commit afebd59684
1 changed files with 1 additions and 1 deletions

View File

@ -1898,7 +1898,7 @@ class IwyuBaseAstVisitor : public BaseAstVisitor<Derived> {
const Type* return_type = RemovePointersAndReferencesAsWritten(
method_decl->getReturnType().getTypePtr());
VERRS(3) << "Found covariant return type in "
VERRS(6) << "Found covariant return type in "
<< method_decl->getQualifiedNameAsString()
<< ", needs complete type of " << PrintableType(return_type)
<< "\n";