diff --git a/main.go b/main.go index 81d279f..ba0b805 100644 --- a/main.go +++ b/main.go @@ -69,7 +69,7 @@ func main() { loghandler.AddLog(structs.LogBody{ Type: "logserver", - Logs: []string{time.Now().Format("02-01-2006 15:04:05") + "Log Server started"}, + Logs: []string{time.Now().Format("02-01-2006 15:04:05") + " Log Server started"}, }) app.Listen(config.Cfg.Host + ":" + config.Cfg.Port)