|
@@ -51,7 +51,7 @@ public:
|
51
|
51
|
{
|
52
|
52
|
if (buckets[i].totalChunks > 0)
|
53
|
53
|
{
|
54
|
|
- DKLog("--> %lu: %lu/%lu (usage:%.1f%%, used:%.1KB, total%.1fKB)",
|
|
54
|
+ DKLog("--> %5lu: %5lu/%5lu, usage: %.1f%%, used: %.1fKB, total: %.1fKB",
|
55
|
55
|
buckets[i].chunkSize,
|
56
|
56
|
buckets[i].usedChunks, buckets[i].totalChunks,
|
57
|
57
|
double(buckets[i].usedChunks) / double(buckets[i].totalChunks) * 100.0,
|