config: Appropriate error message when newer config file is found (#3972)

This commit is contained in:
Krishna Srinivas
2017-03-28 18:41:16 -07:00
committed by Harshavardhana
parent a8cb43926a
commit 9ee83b89bb
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ func initConfig() {
// Validate config file
err = validateConfig()
fatalIf(err, "Cannot validate configuration file")
fatalIf(err, "Unable to validate configuration file")
// Once we have migrated all the old config, now load them.
err = loadConfig(envs)