Searched defs:ScmVerbose (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A Dscm.cpp963 void ScmVerbose(PSCMRWSTATE pState, int iLevel, const char *pszFormat, ...) function
1012 ScmVerbose(NULL, 5, "skipping '%s': file filter mismatch\n", pszFilename);
1020 ScmVerbose(NULL, 5, "skipping '%s': filterd out\n", pszFilename);
1026 ScmVerbose(NULL, 5, "skipping '%s': not in SVN WC\n", pszFilename);
1042 ScmVerbose(NULL, 4, "skipping '%s': no rewriters configured\n", pszFilename);
1045 ScmVerbose(pState, 4, "matched \"%s\"\n", pCfg->pszFilePattern);
1059 ScmVerbose(pState, 3, NULL);
1113 ScmVerbose(pState, 1, "writing modified file to \"%s%s\"\n", pszFilename, g_pszChangedSuff);
1120 ScmVerbose(pState, 1, NULL);
1123 ScmVerbose(pStat
[all...]

Completed in 47 milliseconds