Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Nov 21, 2017
1 parent d0d7725 commit 3026a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UDPspeeder
2 changes: 1 addition & 1 deletion tun_dev.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ int tun_dev_client_event_loop()
else
{
if(got_feed_back==1)
mylog(log_warn,"server restarted or switched to handle another client,but keep-reconnect enable,trying to reconnect\n");
mylog(log_warn,"server restarted or switched to handle another client,but keep-reconnect enabled,trying to reconnect\n");
got_feed_back=0;
}
continue;
Expand Down

0 comments on commit 3026a2d

Please sign in to comment.