Print message when creating the config file (#3089)

This commit is contained in:
Anis Elleuch
2016-10-27 02:44:22 +01:00
committed by Harshavardhana
parent f7c20b97a1
commit a15dc5fed5
7 changed files with 21 additions and 18 deletions

View File

@@ -488,7 +488,7 @@ func newTestConfig(bucketLocation string) (rootPath string, err error) {
setGlobalConfigPath(rootPath)
// Initialize server config.
if err = initConfig(); err != nil {
if _, err = initConfig(); err != nil {
return "", err
}