add BTS.Connect() error logging

This commit is contained in:
nikk gitanes
2023-08-08 17:52:17 +03:00
parent b355c95296
commit 51a03a63ff

View File

@@ -36,6 +36,7 @@ func Start(port string) {
}
err := BTS.Connect()
if err != nil {
log.TLogln("BTS.Connect() error!", err)
waitChan <- err
return
}