Changeset 36727 in vbox
- Timestamp:
- Apr 19, 2011 12:52:03 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71250
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r36683 r36727 3378 3378 IMedium *aMedium) 3379 3379 { 3380 LogFlowThisFunc(("aControllerName=\"%ls\" aControllerPort=%d aDevice=%d aType=%d a Id=\"%ls\"\n",3380 LogFlowThisFunc(("aControllerName=\"%ls\" aControllerPort=%d aDevice=%d aType=%d aMedium=%p\n", 3381 3381 aControllerName, aControllerPort, aDevice, aType, aMedium)); 3382 3382 -
trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp
r36491 r36727 5 5 6 6 /* 7 * Copyright (C) 2006-201 0Oracle Corporation7 * Copyright (C) 2006-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 63 63 mUdevPolls(0), mpWaiter(NULL) 64 64 { 65 LogFlowThisFunc(("aHost=%p :{%s}\n", aHost));65 LogFlowThisFunc(("aHost=%p\n", aHost)); 66 66 } 67 67
Note:
See TracChangeset
for help on using the changeset viewer.