Changeset 13280 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Oct 15, 2008 11:29:07 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r12426 r13280 1157 1157 int rc = supR3HardenedVerifyFile(pszFilename, false /* fFatal */); 1158 1158 if (RT_FAILURE(rc)) 1159 LogRel(("SUPR3HardenedVerifyFile: %s: Verification of \"%s\" failed, rc=%Rrc\n", pszMsg, rc));1159 LogRel(("SUPR3HardenedVerifyFile: %s: Verification of \"%s\" failed, rc=%Rrc\n", pszMsg, pszFilename, rc)); 1160 1160 return rc; 1161 1161 #else
Note:
See TracChangeset
for help on using the changeset viewer.