VirtualBox

Changeset 17686 in vbox


Ignore:
Timestamp:
Mar 11, 2009 12:26:08 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44187
Message:

Main: Compile fix for debug builds

File:
1 edited

Legend:

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

    r17685 r17686  
    18891889                                     LONG aDevice)
    18901890{
    1891     LogFlowThisFunc(("aControllerName=\"%ls\" aPort=%ld aDevice=%ld\n",
    1892                      aControllerName, aPort, aDevice));
     1891    LogFlowThisFunc(("aControllerName=\"%ls\" aControllerPort=%ld aDevice=%ld\n",
     1892                     aControllerName, aControllerPort, aDevice));
    18931893
    18941894    AutoCaller autoCaller (this);
     
    22092209                                  LONG aDevice, IHardDisk **aHardDisk)
    22102210{
    2211     LogFlowThisFunc(("aControllerName=\"%ls\" aPort=%ld aDevice=%ld\n",
    2212                      aControllerName, aPort, aDevice));
     2211    LogFlowThisFunc(("aControllerName=\"%ls\" aControllerPort=%ld aDevice=%ld\n",
     2212                     aControllerName, aControllerPort, aDevice));
    22132213
    22142214    CheckComArgNotNull (aControllerName);
     
    22422242    CheckComArgNotNull (aControllerName);
    22432243
    2244     LogFlowThisFunc(("aControllerName=\"%ls\" aPort=%ld aDevice=%ld\n",
    2245                      aControllerName, aPort, aDevice));
     2244    LogFlowThisFunc(("aControllerName=\"%ls\" aControllerPort=%ld aDevice=%ld\n",
     2245                     aControllerName, aControllerPort, aDevice));
    22462246
    22472247    AutoCaller autoCaller (this);
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