Changeset 57379 in vbox
- Timestamp:
- Aug 17, 2015 11:59:05 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r57378 r57379 4911 4911 } 4912 4912 } 4913 SUPR0Printf("vboxdrv: %p %s\n", pImage->pvImage, pImage->szName); 4914 4915 if (RT_FAILURE(rc)) 4913 if (RT_SUCCESS(rc)) 4914 { 4915 SUPR0Printf("vboxdrv: %p %s\n", pImage->pvImage, pImage->szName); 4916 pReq->u.Out.uErrorMagic = 0; 4917 pReq->u.Out.szError[0] = '\0'; 4918 } 4919 else 4916 4920 { 4917 4921 /* Inform the tracing component in case ModuleInit registered TPs. */
Note:
See TracChangeset
for help on using the changeset viewer.