Update mobile.go

This commit is contained in:
Alexander Ivanov 2022-09-05 19:53:01 +08:00 committed by GitHub
parent 88a393a7b3
commit d3179f13a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ func (m *Yggdrasil) StartJSON(configjson []byte) error {
}
m.multicast, err = multicast.New(m.core, logger, options...)
if err != nil {
panic(err)
logger.Errorln("An error occurred starting multicast:", err)
}
}