reid 2 жил өмнө
parent
commit
b5e36b68c0

+ 1 - 0
broadcast/broadcast.go

@@ -334,6 +334,7 @@ func GetStateJson() ([]byte, error) {
 // broadcast the global state to auth'd clients
 func BroadcastToClients() error {
 	authJson, err := GetStateJson()
+	config.Logger.Info("Got state json")
 	if err != nil {
 		errmsg := fmt.Errorf("Error marshalling auth broadcast:", err)
 		return errmsg