mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Changed: More details on OS and machine in client.log
This commit is contained in:
parent
c68bc0a8cd
commit
667da0de3f
1 changed files with 4 additions and 1 deletions
|
@ -821,7 +821,10 @@ void initLog()
|
|||
AssertLog->addDisplayer (ClientLogDisplayer);
|
||||
|
||||
// Display the client version.
|
||||
nlinfo("RYZOM VERSION : %s", getDebugVersion().c_str());
|
||||
nlinfo("RYZOM VERSION: %s", getDebugVersion().c_str());
|
||||
nlinfo("Memory: %s/%s", bytesToHumanReadable(CSystemInfo::availablePhysicalMemory()).c_str(), bytesToHumanReadable(CSystemInfo::totalPhysicalMemory()).c_str());
|
||||
nlinfo("OS: %s", CSystemInfo::getOS().c_str());
|
||||
nlinfo("Processor: %s", CSystemInfo::getProc().c_str());
|
||||
|
||||
#ifdef NL_OS_MAC
|
||||
struct rlimit rlp, rlp2, rlp3;
|
||||
|
|
Loading…
Reference in a new issue