Skip to content

Commit 243324f

Browse files
authored
Merge pull request #3682 from DavidLin1577/patch-1
Update udpclient.c
2 parents 03e02d0 + 79e4fed commit 243324f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/network/udpclient.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ static void udpclient_test(int argc, char** argv)
117117
{
118118
if (started)
119119
{
120-
LOG_I("The tcpclient has started!");
121-
LOG_I("Please stop tcpclient firstly, by: tcpclient --stop");
120+
LOG_I("The udpclient has started!");
121+
LOG_I("Please stop udpclient firstly, by: udpclient --stop");
122122
return;
123123
}
124124

0 commit comments

Comments
 (0)