Changeset 69264 in vbox for trunk/src/bldprogs/scmrw.cpp
- Timestamp:
- Oct 25, 2017 10:02:02 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmrw.cpp
r69261 r69264 1001 1001 Assert(strlen(pszBody) == cchBody); 1002 1002 //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, 1004 1004 "--- comment at %u col %u, %u lines, type %u, %u lines before body, %u lines after body\n", 1005 1005 pInfo->iLineStart, pInfo->offStart, pInfo->iLineEnd - pInfo->iLineStart + 1, pInfo->enmType, … … 1193 1193 1194 1194 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", 1196 1196 pState->uFirstYear, pState->uLastYear, pState->fUpToDateCopyright, pState->fWellFormedCopyright); 1197 1197 } 1198 1198 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); 1200 1200 1201 1201 if (!pszNextLine) … … 1283 1283 /** @todo Check that column 2 contains '*' for C/C++ files. */ 1284 1284 1285 ScmVerbose(pState->pState, 2,1285 ScmVerbose(pState->pState, 3, 1286 1286 "Found license %d/%d at %u..%u: is-correct=%RTbool well-formed=%RTbool external-part=%RTbool open-source=%RTbool\n", 1287 1287 pCur->enmType, pCur->enmOpt, pState->iLineLicense, pState->iLineLicense + pState->cLinesLicense,
Note:
See TracChangeset
for help on using the changeset viewer.