VirtualBox

Ignore:
Timestamp:
Mar 5, 2025 5:14:53 PM (7 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167833
Message:

VBoxNetCfg.cpp: Changed confusing message in vboxNetCfgWinNetAdpUninstall() and pass back rc. bugref:10873

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp

    r106061 r108459  
    21962196{
    21972197    NOREF(pNc);
     2198
    21982199    NonStandardLog("Finding NetAdp driver package and trying to uninstall it ...\n");
    21992200
    2200     VBoxDrvCfgInfUninstallAllF(L"Net", pwszId, InfRmFlags);
    2201     NonStandardLog("NetAdp is not installed currently\n");
    2202     return S_OK;
     2201    HRESULT const hr = VBoxDrvCfgInfUninstallAllF(L"Net", pwszId, InfRmFlags);
     2202
     2203    NonStandardLog("Finding NetAdp driver package and trying to uninstall done: %Rhrc\n", hr);
     2204    return hr;
    22032205}
    22042206
Note: See TracChangeset for help on using the changeset viewer.

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