use nicer output messages

This commit is contained in:
Stefan Lankes 2011-08-01 22:00:05 +02:00
parent 5c9ef35170
commit 2538fd7d0b

View file

@ -212,11 +212,11 @@ ping_thread(void *arg)
lwip_setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, &timeout, sizeof(timeout));
for(i=0; i<10; i++) {
for(i=0; i<5; i++) {
ping_target = PING_TARGET;
if (ping_send(s, &ping_target) == ERR_OK) {
LWIP_DEBUGF( PING_DEBUG, ("ping: send "));
LWIP_DEBUGF( PING_DEBUG, ("ping: send on core %d to " , CORE_ID));
ip_addr_debug_print(PING_DEBUG, &ping_target);
LWIP_DEBUGF( PING_DEBUG, ("\n"));