VirtualBox

Changeset 53003 in vbox


Ignore:
Timestamp:
Oct 8, 2014 11:50:34 PM (10 years ago)
Author:
vboxsync
Message:

SUP: A bit more logging.

File:
1 edited

Legend:

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

    r53002 r53003  
    42364236                memcpy(pszErrorInfo, pszPrefix, cchPrefix);
    42374237                pszErrorInfo[cbErrorInfo - 1] = '\0';
     4238                SUP_DPRINTF(("supR3HardenedWinReadErrorInfoDevice: '%s'", &pszErrorInfo[cchPrefix]));
    42384239            }
    42394240            else
     4241            {
    42404242                *pszErrorInfo = '\0';
     4243                if (rcNt != STATUS_END_OF_FILE)
     4244                    SUP_DPRINTF(("supR3HardenedWinReadErrorInfoDevice: NtReadFile -> %#x\n", rcNt));
     4245            }
    42414246        }
    42424247        else
     
    42444249        NtClose(hFile);
    42454250    }
     4251    else
     4252        SUP_DPRINTF(("supR3HardenedWinReadErrorInfoDevice: NtCreateFile -> %#x\n", rcNt));
     4253
    42464254    return pszErrorInfo;
    42474255}
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