Ver Fonte

auth work

reid há 2 anos atrás
pai
commit
01fd32c94e
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      config/config.go

+ 1 - 0
config/config.go

@@ -179,6 +179,7 @@ func persistConf(configMap map[string]interface{}) error {
 		return fmt.Errorf("Error updating global config: %v", err)
 	}
 	// write to disk
+	config.Logger.Info("Persisting configuration to disk")
 	if err := ioutil.WriteFile(confPath, updatedJSON, 0644); err != nil {
 		return fmt.Errorf("Error writing to file: %v", err)
 	}