VirtualBox

Changeset 16813 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Feb 17, 2009 6:27:24 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42912
Message:

NAT:log

File:
1 edited

Legend:

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

    r16653 r16813  
    211211        status = WSAIoctl(so->s, FIONREAD, NULL, 0, &pending, sizeof(unsigned long), &ignored, NULL, NULL);
    212212        if (status < 0)
    213             Log2(("error in WSAIoctl: %d\n", WSAGetLastError()));
     213            Log2(("NAT:error in WSAIoctl: %d\n", WSAGetLastError()));
    214214        if (nn == 0 && (pending != 0))
    215215        {
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