mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
print percentage character for the memory load in debug message (GlobalMemoryStatusEx). Suggested by WaxDragon
svn path=/trunk/; revision=16959
This commit is contained in:
@@ -409,7 +409,7 @@ GlobalMemoryStatusEx(LPMEMORYSTATUSEX lpBuffer)
|
||||
SysPerfInfo.AvailablePages) * 100 /
|
||||
SysBasicInfo.NumberOfPhysicalPages;
|
||||
|
||||
DPRINT1("Memory Load: %d\n",lpBuffer->dwMemoryLoad );
|
||||
DPRINT1("Memory Load: %d%%\n",lpBuffer->dwMemoryLoad );
|
||||
|
||||
lpBuffer->ullTotalPhys = SysBasicInfo.NumberOfPhysicalPages *
|
||||
SysBasicInfo.PageSize;
|
||||
|
||||
Reference in New Issue
Block a user