VirtualBox

Changeset 16816 in vbox for trunk/src


Ignore:
Timestamp:
Feb 17, 2009 9:01:18 AM (16 years ago)
Author:
vboxsync
Message:

NAT:log (if WSAIoctl fails it should be detectable in release logs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/socket.c

    r16814 r16816  
    210210        status = WSAIoctl(so->s, FIONREAD, NULL, 0, &pending, sizeof(unsigned long), &ignored, NULL, NULL);
    211211        if (status < 0)
    212             Log2(("NAT:error in WSAIoctl: %d\n", WSAGetLastError()));
     212            LogRel(("NAT:error in WSAIoctl: %d\n", WSAGetLastError()));
    213213        if (nn == 0 && (pending != 0))
    214214        {
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