Skip to content

Commit eae89d1

Browse files
authored
Merge pull request RT-Thread#3683 from DavidLin1577/patch-2
Update udpserver.c
2 parents 243324f + c74e40d commit eae89d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/network/udpserver.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ static void udpserver_test(int argc, char** argv)
163163
{
164164
if (started)
165165
{
166-
LOG_I("The tcpclient has started!");
167-
LOG_I("Please stop tcpclient firstly, by: tcpclient --stop");
166+
LOG_I("The udpserver has started!");
167+
LOG_I("Please stop udpserver firstly, by: udpserver --stop");
168168
return;
169169
}
170170

0 commit comments

Comments
 (0)