Debug: Less verbose link.

This commit is contained in:
Wilson Snyder 2020-12-05 16:16:37 -05:00
parent f0e691a1b8
commit e69736124f
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ private:
VL_RESTORER(m_modp);
{
m_modp = nodep;
UINFO(2, "Link Module: " << nodep << endl);
UINFO(4, "Link Module: " << nodep << endl);
if (nodep->fileline()->filebasenameNoExt() != nodep->prettyName()
&& !v3Global.opt.isLibraryFile(nodep->fileline()->filename())
&& !VN_IS(nodep, NotFoundModule) && !nodep->recursiveClone()