Typo change
This commit is contained in:
Thorsten 2014-11-07 17:32:02 +01:00
parent 9189f92432
commit d95a8da77e

View File

@ -7,7 +7,7 @@ import (
) )
func main() { 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.InitHandlers()
System.StartAndBlockForever() System.StartAndBlockForever()
} }