VirtualBox

Ignore:
Timestamp:
Dec 16, 2008 2:38:07 PM (16 years ago)
Author:
vboxsync
Message:

slirp:icmp: logging too noisy

File:
1 edited

Legend:

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

    r15580 r15590  
    804804    icp = (struct icmp *)((char *)ip + hlen);
    805805
    806     LogRel(("ICMP:received msg(t:%d, c:%d)\n", icp->icmp_type, icp->icmp_code));
     806    Log(("ICMP:received msg(t:%d, c:%d)\n", icp->icmp_type, icp->icmp_code));
    807807    if (   icp->icmp_type != ICMP_ECHOREPLY
    808808        && icp->icmp_type != ICMP_TIMXCEED
     
    827827    if (icm == NULL)
    828828    {
    829         LogRel(("NAT: Can't find the corresponding packet for the received ICMP\n"));
     829        Log(("NAT: Can't find the corresponding packet for the received ICMP\n"));
    830830        return;
    831831    }
     
    961961                icm = icmp_find_original_mbuf(pData, ip_broken);
    962962                if (icm == NULL) {
    963                     LogRel(("ICMP: can't find original package (first double word %x)\n", *(uint32_t *)ip_broken));
     963                    Log(("ICMP: can't find original package (first double word %x)\n", *(uint32_t *)ip_broken));
    964964                    return;
    965965                }
     
    976976                break;
    977977            default:
    978                 LogRel(("ICMP(default): message with Status: %x was received from %x\n", icr[i].Status, icr[i].Address));
     978                Log(("ICMP(default): message with Status: %x was received from %x\n", icr[i].Status, icr[i].Address));
    979979                break;
    980980        }
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