summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))