change message

This commit is contained in:
Zack Scholl 2019-05-01 12:17:53 -06:00
parent be1c1d6206
commit e1745757ac
1 changed files with 1 additions and 1 deletions

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