VirtualBox

Ignore:
Timestamp:
May 21, 2015 5:09:32 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100503
Message:

lwip: Add missing newlines in LWIP_DEBUGF.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/lwip-new/src/core/ipv4/ip4.c

    r50185 r55994  
    879879  if (ip_addr_cmp(dest, &netif->ip_addr)) {
    880880    /* Packet to self, enqueue it for loopback */
    881     LWIP_DEBUGF(IP_DEBUG, ("netif_loop_output()"));
     881    LWIP_DEBUGF(IP_DEBUG, ("netif_loop_output()\n"));
    882882    return netif_loop_output(netif, p);
    883883  }
     
    895895#endif /* IP_FRAG */
    896896
    897   LWIP_DEBUGF(IP_DEBUG, ("netif->output()"));
     897  LWIP_DEBUGF(IP_DEBUG, ("netif->output()\n"));
    898898  return netif->output(netif, p, dest);
    899899}
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