mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
update logging
This commit is contained in:
@@ -51,7 +51,7 @@ func Start(port string) {
|
||||
api.SetupRoute(&route.RouterGroup)
|
||||
pages.SetupRoute(&route.RouterGroup)
|
||||
}
|
||||
log.TLogln("Start web", port)
|
||||
log.TLogln("Start web server at port", port)
|
||||
waitChan <- route.Run(":" + port)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user