chore: fix refactor caused typo

This commit is contained in:
JustSong
2024-04-06 02:12:50 +08:00
parent 0b8ccb94eb
commit 961b4108e6
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ func main() {
gin.SetMode(gin.ReleaseMode)
}
if config.DebugEnabled {
logger.SysLog("running in debug relaymode")
logger.SysLog("running in debug mode")
}
var err error
// Initialize SQL Database