summaryrefslogtreecommitdiffstats
path: root/mattermost.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-16 17:49:48 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-16 17:49:48 -0700
commit1e7f7852ad09d97c8d33012192bd1ff418881b8f (patch)
tree4e3ec726c486ef93433a0d30e402e4d5e625bb2b /mattermost.go
parente3bf54f1619635f9e1e90bbabb611e9fa7a4bae7 (diff)
downloadchat-1e7f7852ad09d97c8d33012192bd1ff418881b8f.tar.gz
chat-1e7f7852ad09d97c8d33012192bd1ff418881b8f.tar.bz2
chat-1e7f7852ad09d97c8d33012192bd1ff418881b8f.zip
Outputing version to logs on server start
Diffstat (limited to 'mattermost.go')
-rw-r--r--mattermost.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/mattermost.go b/mattermost.go
index 75e405e88..b2b5f584b 100644
--- a/mattermost.go
+++ b/mattermost.go
@@ -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))