diff --git a/examples/network/udpclient.c b/examples/network/udpclient.c index cd870cd758..449fb5af62 100644 --- a/examples/network/udpclient.c +++ b/examples/network/udpclient.c @@ -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; }