Changeset 55480 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 28, 2015 1:08:09 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99829
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMBlkCache.cpp
r55228 r55480 1130 1130 if (RT_SUCCESS(rc)) 1131 1131 { 1132 LogRel(("BlkCache: Cache successfully initiali sed. Cache size is %u bytes\n", pBlkCacheGlobal->cbMax));1132 LogRel(("BlkCache: Cache successfully initialized. Cache size is %u bytes\n", pBlkCacheGlobal->cbMax)); 1133 1133 LogRel(("BlkCache: Cache commit interval is %u ms\n", pBlkCacheGlobal->u32CommitTimeoutMs)); 1134 1134 LogRel(("BlkCache: Cache commit threshold is %u bytes\n", pBlkCacheGlobal->cbCommitDirtyThreshold));
Note:
See TracChangeset
for help on using the changeset viewer.