From d95a8da77e515774f433a79a6a92bd949d2ce71a Mon Sep 17 00:00:00 2001 From: Thorsten Date: Fri, 7 Nov 2014 17:32:02 +0100 Subject: [PATCH] Typo Typo change --- Main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }