VirtualBox

Changeset 19574 in vbox for trunk


Ignore:
Timestamp:
May 11, 2009 12:14:30 PM (16 years ago)
Author:
vboxsync
Message:

NetIf-win: Added logging/assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/win/NetIf-win.cpp

    r19433 r19574  
    247247            LogFlowFunc (("CreateHostOnlyNetworkInterface:\n"));
    248248            LogFlowFunc (("Network connection name = '%ls'\n", d->name.raw()));
     249            AssertReturn (d->name.raw() != NULL, E_POINTER);
    249250
    250251            /* write message and parameters */
     
    275276                        if (RT_FAILURE (vrc)) break;
    276277
    277                         LogFlowFunc (("Network connection GUID = {%RTuuid}\n", guid.raw()));
     278                        LogFlowFunc (("Network connection GUID = {%RTuuid}, Name = %ls\n", guid.raw(), name.raw()));
    278279
    279280                        /* initialize the object returned to the caller by
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