5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-16 18:29:35 +00:00

Update mobile.go (#942)

This commit is contained in:
Alexander Ivanov 2022-09-05 19:55:35 +08:00 committed by GitHub
parent 88a393a7b3
commit 414aaf6eb9
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)
}
}