Changeset 3089 in kBuild
- Timestamp:
- Oct 4, 2017 1:10:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kWorker/kWorker.c
r3080 r3089 3244 3244 { 3245 3245 kFsCacheObjRelease(g_pFsCache, pToolFsObj); 3246 kwErrPrintf("kwToolLookup(%s) -> NULL: not file (%d)\n", pszExe, pToolFsObj->bObjType); 3246 kwErrPrintf("kwToolLookup(%s) -> NULL: not file (bObjType=%d fFlags=%#x uCacheGen=%u auGenerationsMissing=[%u,%u])\n", 3247 pszExe, pToolFsObj->bObjType, pToolFsObj->fFlags, pToolFsObj->uCacheGen, 3248 g_pFsCache->auGenerationsMissing[0], g_pFsCache->auGenerationsMissing[1]); 3247 3249 } 3248 3250 }
Note:
See TracChangeset
for help on using the changeset viewer.