diff --git a/iwyu.cc b/iwyu.cc index 471c05a..efb7aa9 100644 --- a/iwyu.cc +++ b/iwyu.cc @@ -1898,7 +1898,7 @@ class IwyuBaseAstVisitor : public BaseAstVisitor { 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";