VirtualBox

Ignore:
Timestamp:
Oct 15, 2008 11:29:07 AM (16 years ago)
Author:
vboxsync
Message:

Fixed release logging parameter issue (hardening)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r12426 r13280  
    11571157    int rc = supR3HardenedVerifyFile(pszFilename, false /* fFatal */);
    11581158    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));
    11601160    return rc;
    11611161#else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette