diff --git a/src/V3DfgOptimizer.cpp b/src/V3DfgOptimizer.cpp index db8fef6a1..b162f6819 100644 --- a/src/V3DfgOptimizer.cpp +++ b/src/V3DfgOptimizer.cpp @@ -259,7 +259,7 @@ void V3DfgOptimizer::optimize(AstNetlist* netlistp, const string& label) { AstModule* const modp = VN_CAST(nodep, Module); if (!modp) continue; - UINFO(3, "Applying DFG optimization to module'" << modp->name() << "'" << endl); + UINFO(4, "Applying DFG optimization to module '" << modp->name() << "'" << endl); ++ctx.m_modules; // Build the DFG of this module