VirtualBox

Changeset 69264 in vbox for trunk/src/bldprogs/scmrw.cpp


Ignore:
Timestamp:
Oct 25, 2017 10:02:02 AM (7 years ago)
Author:
vboxsync
Message:

scm: Configured rewriters for more files. Made verbosity level 2 only show what's changed and what we don't have rewriters for.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/scmrw.cpp

    r69261 r69264  
    10011001    Assert(strlen(pszBody) == cchBody);
    10021002    //RTPrintf("--- comment at %u, type %u ---\n%s\n--- end ---\n", pInfo->iLineStart, pInfo->enmType, pszBody);
    1003     ScmVerbose(pState->pState, 4,
     1003    ScmVerbose(pState->pState, 5,
    10041004               "--- comment at %u col %u, %u lines, type %u, %u lines before body, %u lines after body\n",
    10051005               pInfo->iLineStart, pInfo->offStart, pInfo->iLineEnd - pInfo->iLineStart + 1, pInfo->enmType,
     
    11931193
    11941194            fFoundCopyright = true;
    1195             ScmVerbose(pState->pState, 2, "oracle copyright %u-%u: up-to-date=%RTbool well-formed=%RTbool\n",
     1195            ScmVerbose(pState->pState, 3, "oracle copyright %u-%u: up-to-date=%RTbool well-formed=%RTbool\n",
    11961196                       pState->uFirstYear, pState->uLastYear, pState->fUpToDateCopyright, pState->fWellFormedCopyright);
    11971197        }
    11981198        else
    1199             ScmVerbose(pState->pState, 2, "not oracle copyright: '%.*s'\n", pszEnd - pszBody, pszBody);
     1199            ScmVerbose(pState->pState, 3, "not oracle copyright: '%.*s'\n", pszEnd - pszBody, pszBody);
    12001200
    12011201        if (!pszNextLine)
     
    12831283                    /** @todo Check that column 2 contains '*' for C/C++ files. */
    12841284
    1285                     ScmVerbose(pState->pState, 2,
     1285                    ScmVerbose(pState->pState, 3,
    12861286                               "Found license %d/%d at %u..%u: is-correct=%RTbool well-formed=%RTbool external-part=%RTbool open-source=%RTbool\n",
    12871287                               pCur->enmType, pCur->enmOpt, pState->iLineLicense, pState->iLineLicense + pState->cLinesLicense,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette