Changeset 17686 in vbox
- Timestamp:
- Mar 11, 2009 12:26:08 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44187
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r17685 r17686 1889 1889 LONG aDevice) 1890 1890 { 1891 LogFlowThisFunc(("aControllerName=\"%ls\" a Port=%ld aDevice=%ld\n",1892 aControllerName, a Port, aDevice));1891 LogFlowThisFunc(("aControllerName=\"%ls\" aControllerPort=%ld aDevice=%ld\n", 1892 aControllerName, aControllerPort, aDevice)); 1893 1893 1894 1894 AutoCaller autoCaller (this); … … 2209 2209 LONG aDevice, IHardDisk **aHardDisk) 2210 2210 { 2211 LogFlowThisFunc(("aControllerName=\"%ls\" a Port=%ld aDevice=%ld\n",2212 aControllerName, a Port, aDevice));2211 LogFlowThisFunc(("aControllerName=\"%ls\" aControllerPort=%ld aDevice=%ld\n", 2212 aControllerName, aControllerPort, aDevice)); 2213 2213 2214 2214 CheckComArgNotNull (aControllerName); … … 2242 2242 CheckComArgNotNull (aControllerName); 2243 2243 2244 LogFlowThisFunc(("aControllerName=\"%ls\" a Port=%ld aDevice=%ld\n",2245 aControllerName, a Port, aDevice));2244 LogFlowThisFunc(("aControllerName=\"%ls\" aControllerPort=%ld aDevice=%ld\n", 2245 aControllerName, aControllerPort, aDevice)); 2246 2246 2247 2247 AutoCaller autoCaller (this);
Note:
See TracChangeset
for help on using the changeset viewer.