more logging

This commit is contained in:
Zack Scholl 2019-07-12 16:29:49 -07:00
parent d709d471be
commit ef28306e6d

View file

@ -154,6 +154,7 @@ func (c *client) Run() (err error) {
c.Unlock()
b, _ := json.Marshal(fs)
log.Infof("%s sitemap", p.IPAddress)
err = ws.Send(wsconn.Payload{
Type: "files",
Success: true,