VirtualBox

Changeset 43534 in vbox


Ignore:
Timestamp:
Oct 4, 2012 10:01:56 AM (12 years ago)
Author:
vboxsync
Message:

Main: refined the total/available host RAM log message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/com.cpp

    r42385 r43534  
    268268                vrc = RTSystemQueryAvailableRam(&cbHostRamAvail);
    269269            if (RT_SUCCESS(vrc))
    270                 pfnLog(pReleaseLogger, "Host RAM: %lluMB RAM, available: %lluMB\n",
     270                pfnLog(pReleaseLogger, "Host RAM: %lluMB total, %lluMB available\n",
    271271                       cbHostRam / _1M, cbHostRamAvail / _1M);
    272272
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette