mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
add BTS.Connect() error logging
This commit is contained in:
@@ -36,6 +36,7 @@ func Start(port string) {
|
||||
}
|
||||
err := BTS.Connect()
|
||||
if err != nil {
|
||||
log.TLogln("BTS.Connect() error!", err)
|
||||
waitChan <- err
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user