VirtualBox

Ignore:
Timestamp:
Oct 29, 2019 4:29:35 PM (5 years ago)
Author:
vboxsync
Message:

NetAdp/Win: Additional debug printouts in trunk creation code.

File:
1 edited

Legend:

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

    r76553 r81574  
    873873                    ("%#x\n", fFlags), VERR_INVALID_PARAMETER);
    874874
     875    DbgPrint("vboxNetAdpWinFactoryCreateAndConnect: looking for %s...\n", pszName);
    875876    PVBOXNETADP_ADAPTER pAdapter = NULL;
    876877    NdisAcquireSpinLock(&pGlobals->Lock);
     
    878879    {
    879880        Log(("vboxNetAdpWinFactoryCreateAndConnect: evaluating adapter=%s\n", pAdapter->szName));
     881        DbgPrint("vboxNetAdpWinFactoryCreateAndConnect: evaluating %s...\n", pAdapter->szName);
    880882        if (!RTStrICmp(pszName, pAdapter->szName))
    881883        {
     
    892894    NdisReleaseSpinLock(&pGlobals->Lock);
    893895    /// @todo vboxNetAdpLogErrorEvent(IO_ERR_INTERNAL_ERROR, STATUS_SUCCESS, 6);
     896    DbgPrint("vboxNetAdpWinFactoryCreateAndConnect: could not find %s\n", pszName);
    894897    LogFlow(("<==vboxNetAdpWinFactoryCreateAndConnect: return VERR_INTNET_FLT_IF_NOT_FOUND\n"));
    895898    return VERR_INTNET_FLT_IF_NOT_FOUND;
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