Outputing version to logs on server start

Этот коммит содержится в:
=Corey Hulen
2015-09-16 17:49:48 -07:00
родитель e3bf54f161
Коммит 1e7f7852ad

Просмотреть файл

@@ -43,6 +43,7 @@ func main() {
}
pwd, _ := os.Getwd()
l4g.Info("Current version is %v (%v/%v)", model.GetFullVersion(), model.BUILD_NUMBER, model.BUILD_DATE)
l4g.Info("Current working directory is %v", pwd)
l4g.Info("Loaded config file from %v", utils.FindConfigFile(flagConfigFile))