examples/nettest: Add more printf output
This commit is contained in:
parent
6b25b0d65e
commit
ace5bdc7c0
@ -213,6 +213,7 @@ void nettest_client(void)
|
|||||||
goto errout_with_socket;
|
goto errout_with_socket;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
printf("client: Terminating\n");
|
||||||
close(sockfd);
|
close(sockfd);
|
||||||
free(outbuf);
|
free(outbuf);
|
||||||
#ifndef CONFIG_EXAMPLES_NETTEST_PERFORMANCE
|
#ifndef CONFIG_EXAMPLES_NETTEST_PERFORMANCE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user