VirtualBox

Ignore:
Timestamp:
Jun 10, 2014 6:35:32 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94321
Message:

NAT/Net: convert perror/warn/warnx to DPRINTFs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/pxudp.c

    r51581 r51597  
    579579    nread = recv(pxudp->sock, pollmgr_udpbuf, sizeof(pollmgr_udpbuf), 0);
    580580    if (nread == SOCKET_ERROR) {
    581         perror(__func__);
     581        DPRINTF(("%s: %R[sockerr]\n", __func__, SOCKERRNO()));
    582582        return POLLIN;
    583583    }
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