1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

change message

This commit is contained in:
Zack Scholl 2019-05-01 12:17:53 -06:00
parent be1c1d6206
commit e1745757ac

View file

@ -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 " + s.banner)
log.Debugf("sending '%s'", s.banner)
err = c.Send([]byte(s.banner))
if err != nil {
return