Changeset 19598 in vbox for trunk/src/VBox/Main/win
- Timestamp:
- May 12, 2009 9:27:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/win/NetIf-win.cpp
r19574 r19598 247 247 LogFlowFunc (("CreateHostOnlyNetworkInterface:\n")); 248 248 LogFlowFunc (("Network connection name = '%ls'\n", d->name.raw())); 249 AssertReturn (d->name.raw() != NULL, E_POINTER);250 249 251 250 /* write message and parameters */ … … 276 275 if (RT_FAILURE (vrc)) break; 277 276 278 LogFlowFunc (("Network connection GUID = {%RTuuid} , Name = %ls\n", guid.raw(), name.raw()));277 LogFlowFunc (("Network connection GUID = {%RTuuid}\n", guid.raw())); 279 278 280 279 /* initialize the object returned to the caller by
Note:
See TracChangeset
for help on using the changeset viewer.