diff --git a/Main.go b/Main.go index 968dc79..2cb3c9d 100644 --- a/Main.go +++ b/Main.go @@ -7,7 +7,7 @@ import ( ) func main() { - Log.LogShort(senderName, LM.CategoryAPP, LM.LevelINFO, LM.MessageNameSTARTUP, `VRStudiePT is starting.`) + Log.LogShort(senderName, LM.CategoryAPP, LM.LevelINFO, LM.MessageNameSTARTUP, `Ocean is starting.`) System.InitHandlers() System.StartAndBlockForever() }