Skip to content

Commit 6364e89

Browse files
committed
Updated the PrintDebugInfo() method output of the Application class.
1 parent 7d0635f commit 6364e89

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/app/application/application.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,18 @@ void Application::PrintDebugInfo() const
4646
"Reject compression poor: {4}.\n"
4747
"Reject Kmemcache failures: {5}.\n"
4848
"Reject reclaim failures: {6}.\n"
49-
"Same filled pages count: {7}.\n"
50-
"Stored pages count: {8}.\n"
51-
"Written back pages count: {9}.",
49+
"Reject compression failures: {7}.\n"
50+
"Same filled pages count: {8}.\n"
51+
"Stored pages count: {9}.\n"
52+
"Written back pages count: {10}.",
5253
ZSwapDebugger -> GetDuplicateEntry(),
5354
ZSwapDebugger -> GetPoolLimitHit(),
5455
ZSwapDebugger -> GetPoolTotalSize(),
5556
ZSwapDebugger -> GetRejectAllocFail(),
5657
ZSwapDebugger -> GetRejectCompressPoor(),
5758
ZSwapDebugger -> GetRejectKmemCacheFail(),
5859
ZSwapDebugger -> GetRejectReclaimFail(),
60+
ZSwapDebugger -> GetRejectCompressFail(),
5961
ZSwapDebugger -> GetSameFilledPages(),
6062
ZSwapDebugger -> GetSameFilledPages(),
6163
ZSwapDebugger -> GetStoredPages(),

0 commit comments

Comments
 (0)