VirtualBox

Changeset 30434 in vbox


Ignore:
Timestamp:
Jun 24, 2010 1:24:02 PM (14 years ago)
Author:
vboxsync
Message:

no space before MB please (same as some lines above)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r30431 r30434  
    29612961            ++cOperations;
    29622962
    2963             // assume that creating a diff image takes as long as saving a 1 MB state
     2963            // assume that creating a diff image takes as long as saving a 1MB state
    29642964            // (note, the same value must be used in SessionMachine::BeginTakingSnapshot() on the server!)
    29652965            ulTotalOperationsWeight += 1;
     
    51785178
    51795179        RTLogRelLogger(loggerRelease, 0, ~0U, "Maximum user application address: 0x%p\n", sysInfo.lpMaximumApplicationAddress);
    5180         RTLogRelLogger(loggerRelease, 0, ~0U, "Maximum allowed guest RAM size:   %d MB\n", maxRAMArch);
     5180        RTLogRelLogger(loggerRelease, 0, ~0U, "Maximum allowed guest RAM size:   %dMB\n", maxRAMArch);
    51815181#endif
    51825182
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