reid 2 жил өмнө
parent
commit
8429e11b17
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      config/config.go

+ 1 - 1
config/config.go

@@ -179,7 +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")
+	Logger.Info("Persisting configuration to disk")
 	if err := ioutil.WriteFile(confPath, updatedJSON, 0644); err != nil {
 		return fmt.Errorf("Error writing to file: %v", err)
 	}