Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Leviathan1995 committed Jan 16, 2022
1 parent 4de9d49 commit 6857912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/util/server.go
Expand Up @@ -95,7 +95,7 @@ func (s *server) handleConn(cliConn *net.TCPConn, transferPort uint64) {
continue
}

log.Print("Make a successful connection between client and the intranet server.")
log.Print("Make a successful connection between the user and the intranet server.")
/* Transfer network packets. */
go func() {
errTransfer := s.TransferToTCP(cliConn, intranetConn)
Expand Down

0 comments on commit 6857912

Please sign in to comment.