Update udpclient.c

This is 'udp client', not is 'tcp client', so 
tcpclient -> udpclient
This commit is contained in:
David Lin 2020-06-13 10:52:54 +08:00 committed by GitHub
parent b2e30a7efe
commit 79e4fed9ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ static void udpclient_test(int argc, char** argv)
{
if (started)
{
LOG_I("The tcpclient has started!");
LOG_I("Please stop tcpclient firstly, by: tcpclient --stop");
LOG_I("The udpclient has started!");
LOG_I("Please stop udpclient firstly, by: udpclient --stop");
return;
}