Changeset 90317 in vbox
- Timestamp:
- Jul 23, 2021 4:02:55 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145875
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTEfiSigDb.cpp
r90316 r90317 284 284 if (RT_FAILURE(rc)) 285 285 { 286 RTPrintf("Opening '%s' failed with %Rrc\n", pszSigDataPath );286 RTPrintf("Opening '%s' failed with %Rrc\n", pszSigDataPath, rc); 287 287 break; 288 288 }
Note:
See TracChangeset
for help on using the changeset viewer.