VirtualBox

Changeset 13280

Show
Ignore:
Timestamp:
10/15/08 13:29:07 (3 months ago)
Author:
vboxsync
Message:

Fixed release logging parameter issue (hardening)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy