Changeset 13280
- Timestamp:
- 10/15/08 13:29:07 (3 months ago)
- Files:
-
- trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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

