mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 21:30:16 +02:00
change message
This commit is contained in:
parent
655ffdb4c0
commit
be1c1d6206
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ func (s *server) run() (err error) {
|
|||
|
||||
func (s *server) clientCommuncation(port string, c *comm.Comm) (err error) {
|
||||
// send ok to tell client they are connected
|
||||
log.Debug("sending ok")
|
||||
log.Debug("sending " + s.banner)
|
||||
err = c.Send([]byte(s.banner))
|
||||
if err != nil {
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue