Browse Source

And log when we stop

pull/137/head
Kegan Dougal 8 years ago
parent
commit
e94ab0d18e
  1. 1
      src/github.com/matrix-org/go-neb/clients/clients.go

1
src/github.com/matrix-org/go-neb/clients/clients.go

@ -360,6 +360,7 @@ func (c *Clients) newClient(config api.ClientConfig) (*gomatrix.Client, error) {
}).Error("Fatal Sync() error")
time.Sleep(10 * time.Second)
} else {
log.WithField("user_id", config.UserID).Info("Stopping Sync()")
return
}
}

Loading…
Cancel
Save