summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-24 11:36:55 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-24 11:36:55 -0500
commit0d70b53da8f31c7ce257f94324c4ae2093364068 (patch)
treed8b88d56ab5addf592d9bce72286e7787f35de16
parentf7a4e9a5737f2d022b56617eff3d70cde64e8962 (diff)
parent094c961cf6fa0ced5047d0dfee83c26fe2a1129c (diff)
downloadchat-0d70b53da8f31c7ce257f94324c4ae2093364068.tar.gz
chat-0d70b53da8f31c7ce257f94324c4ae2093364068.tar.bz2
chat-0d70b53da8f31c7ce257f94324c4ae2093364068.zip
Merge pull request #2241 from mattermost/GIT-2238
Fixing github issue 2238 panic because it cannot print localized message
-rw-r--r--mattermost.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mattermost.go b/mattermost.go
index ca7d43df7..7446fe791 100644
--- a/mattermost.go
+++ b/mattermost.go
@@ -51,8 +51,8 @@ func main() {
parseCmds()
- utils.LoadConfig(flagConfigFile)
utils.InitTranslations()
+ utils.LoadConfig(flagConfigFile)
if flagRunCmds {
utils.ConfigureCmdLineLog()