update logging

This commit is contained in:
nikk gitanes
2021-08-09 04:31:10 +03:00
parent 2c4a1a27aa
commit 8dad8862f5
3 changed files with 16 additions and 5 deletions

View File

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