Skip to content

Commit 03e02d0

Browse files
authored
Merge pull request #3684 from DavidLin1577/patch-3
Update tcpserver.c
2 parents 7b31868 + e4f463e commit 03e02d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/network/tcpserver.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ static void tcpserver_test(int argc, char** argv)
229229
{
230230
if (started)
231231
{
232-
LOG_I("The tcpclient has started!");
233-
LOG_I("Please stop tcpclient firstly, by: tcpclient --stop");
232+
LOG_I("The tcpserver has started!");
233+
LOG_I("Please stop tcpserver firstly, by: tcpserver --stop");
234234
return;
235235
}
236236

0 commit comments

Comments
 (0)