cleanup log messaging

This commit is contained in:
2026-06-10 20:17:27 +00:00
parent b58e28ebb5
commit 2ef8837a03
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ func Run() {
router.GET("/settings", routes.HandleGETSettings)
// run on all interfaces with port
log.Fatal("[Error] starting gin router: ", router.Run(fmt.Sprintf("0.0.0.0:%d", common.Global.Port)))
log.Fatal("[ERR ] starting gin router: ", router.Run(fmt.Sprintf("0.0.0.0:%d", common.Global.Port)))
}
// setup static resources under web (css, images, modules, scripts)