4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-15 06:16:06 +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

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)
}
}