瀏覽代碼

auth work

reid 2 年之前
父節點
當前提交
01fd32c94e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)
 	}