Hongtae Kim il y a 8 ans
Parent
révision
3416bdb964
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      TestApp1/TestApp1.cpp

+ 1
- 1
TestApp1/TestApp1.cpp Voir le fichier

@@ -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,