Fix a warning typo and a minor bug I thought I'd fixed long ago indicated by some getString warning spam

This commit is contained in:
Inusaito Sayori
2013-10-10 20:25:15 -04:00
parent 54c08b3ea0
commit be5727548b
3 changed files with 7 additions and 1 deletions

View File

@@ -176,7 +176,7 @@ void LLMemory::logMemoryInfo(BOOL update)
llinfos << "Current allocated physical memory(KB): " << sAllocatedMemInKB << llendl ;
llinfos << "Current allocated page size (KB): " << sAllocatedPageSizeInKB << llendl ;
llinfos << "Current availabe physical memory(KB): " << sAvailPhysicalMemInKB << llendl ;
llinfos << "Current available physical memory(KB): " << sAvailPhysicalMemInKB << llendl ;
llinfos << "Current max usable memory(KB): " << sMaxPhysicalMemInKB << llendl ;
llinfos << "--- private pool information -- " << llendl ;