Changeset 43358 in vbox
- Timestamp:
- Sep 18, 2012 3:51:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r43356 r43358 1976 1976 rc = pLoadReq->Hdr.rc; 1977 1977 else 1978 LogRel(("SUP: SUP_IOCTL_LDR_LOAD ioctl for %s (%s) failed rc=%Rrc\n", pszModule, pszFile Name, rc));1978 LogRel(("SUP: SUP_IOCTL_LDR_LOAD ioctl for %s (%s) failed rc=%Rrc\n", pszModule, pszFilename, rc)); 1979 1979 } 1980 1980 else
Note:
See TracChangeset
for help on using the changeset viewer.