VirtualBox

Ignore:
Timestamp:
Jul 13, 2017 10:23:32 AM (7 years ago)
Author:
vboxsync
Message:

supHardNtVpNewImage: Always log the 8dot3->long conversion results. ticketref:16878

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp

    r66351 r67950  
    12011201        Assert(rc83Exp == VINF_SUCCESS);
    12021202        Assert(pTmp->Buffer[pTmp->Length / sizeof(RTUTF16)] == '\0');
    1203         if (rc83Exp != VINF_SUCCESS)
     1203        if (rc83Exp == VINF_SUCCESS)
     1204            SUP_DPRINTF(("supHardNtVpNewImage: 8dot3 -> long: '%ls' -> '%ls'\n", pLongName->Buffer, pTmp->Buffer));
     1205        else
    12041206            SUP_DPRINTF(("supHardNtVpNewImage: RTNtPathExpand8dot3Path returns %Rrc for '%ls' (-> '%ls')\n",
    12051207                         rc83Exp, pLongName->Buffer, pTmp->Buffer));
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