Changeset 54752 in vbox
- Timestamp:
- Mar 13, 2015 5:01:16 PM (10 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VD.cpp
r54743 r54752 5667 5667 } 5668 5668 } 5669 LogRel(("VD Init finished\n"));5669 LogRel(("VD: VDInit finished\n")); 5670 5670 return rc; 5671 5671 } -
trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp
r46493 r54752 818 818 if (RT_FAILURE(rc)) 819 819 { 820 LogRel(("AIO: Async I/O manager not supported (rc=%Rrc). Falling back to simple manager\n", 821 rc)); 820 LogRel(("AIO: Async I/O manager not supported (rc=%Rrc). Falling back to simple manager\n", rc)); 822 821 pEpClassFile->enmMgrTypeOverride = PDMACEPFILEMGRTYPE_SIMPLE; 823 822 pEpClassFile->enmEpBackendDefault = PDMACFILEEPBACKEND_BUFFERED; … … 988 987 || rc == VERR_INVALID_PARAMETER) 989 988 { 990 LogRel((" pdmacFileEpInitialize: RTFileOpen %s / %08x failed with %Rrc\n",989 LogRel(("AIOMgr: pdmacFileEpInitialize: RTFileOpen %s / %08x failed with %Rrc\n", 991 990 pszUri, fFileFlags, rc)); 992 991 /* … … 1014 1013 if (RT_FAILURE(rc)) 1015 1014 { 1016 LogRel((" pdmacFileEpInitialize: RTFileOpen %s / %08x failed AGAIN(!) with %Rrc\n",1015 LogRel(("AIOMgr: pdmacFileEpInitialize: RTFileOpen %s / %08x failed AGAIN(!) with %Rrc\n", 1017 1016 pszUri, fFileFlags, rc)); 1018 1017 }
Note:
See TracChangeset
for help on using the changeset viewer.