Changeset 56994 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jul 18, 2015 11:15:01 PM (9 years ago)
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r56820 r56994 4657 4657 HRESULT rc = S_OK; 4658 4658 4659 LogFlowThisFunc(("aName=\"%s\" aControllerPort=%d aDevice=%d aType=%d aMedium=%p\n",4659 LogFlowThisFunc(("aName=\"%s\" aControllerPort=%d aDevice=%d aType=%d\n", 4660 4660 aName.c_str(), aControllerPort, aDevice, aType)); 4661 4661 -
trunk/src/VBox/Main/src-server/Performance.cpp
r56587 r56994 402 402 "CGMgr"); 403 403 NOREF(rc); 404 Log7(("{%p} " LOG_FN_FMT ": RTThreadCreate returned % u (mThread=%p)\n", this, __PRETTY_FUNCTION__, rc));404 Log7(("{%p} " LOG_FN_FMT ": RTThreadCreate returned %Rrc (mThread=%p)\n", this, __PRETTY_FUNCTION__, rc, mThread)); 405 405 } 406 406 … … 820 820 } 821 821 else 822 LogFlowThisFunc(("Failed to collect data: %Rrc (%d) .\n", rc));822 LogFlowThisFunc(("Failed to collect data: %Rrc (%d)\n", rc, rc)); 823 823 } 824 824 -
trunk/src/VBox/Main/src-server/generic/NetIf-generic.cpp
r50899 r56994 75 75 } 76 76 else 77 LogRel(("NetIfAdpCtl: failed to create process for %.\n", 78 szAdpCtl)); 77 LogRel(("NetIfAdpCtl: failed to create process for %s: %Rrc\n", szAdpCtl, rc)); 79 78 return rc; 80 79 }
Note:
See TracChangeset
for help on using the changeset viewer.