diff --git a/src/common/generators/generators.h b/src/common/generators/generators.h index 2cd4630c..7b6acdec 100644 --- a/src/common/generators/generators.h +++ b/src/common/generators/generators.h @@ -189,7 +189,7 @@ public: protected: bool BeginSourceFileAction(clang::CompilerInstance &ci) override { - LOG_WARN("Visiting source file: {}", getCurrentFile().str()); + LOG_DBG("Visiting source file: {}", getCurrentFile().str()); if constexpr (std::is_same_v) {