examples/nettest: Add more printf output

This commit is contained in:
Gregory Nutt 2017-06-26 10:54:32 -06:00
parent 6b25b0d65e
commit ace5bdc7c0

View File

@ -213,6 +213,7 @@ void nettest_client(void)
goto errout_with_socket;
}
printf("client: Terminating\n");
close(sockfd);
free(outbuf);
#ifndef CONFIG_EXAMPLES_NETTEST_PERFORMANCE