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