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;
|
||||
}
|
||||
|
||||
printf("client: Terminating\n");
|
||||
close(sockfd);
|
||||
free(outbuf);
|
||||
#ifndef CONFIG_EXAMPLES_NETTEST_PERFORMANCE
|
||||
|
Loading…
Reference in New Issue
Block a user