diff options
| author | yulai.li <blacktear23@gmail.com> | 2021-08-26 17:49:56 +0800 |
|---|---|---|
| committer | yulai.li <blacktear23@gmail.com> | 2021-08-26 17:49:56 +0800 |
| commit | 318757ef8c4989db91ac645a1ce2da0f9097bd6a (patch) | |
| tree | 46d873a762b3a134bee4bedd6e37b477c97036f0 /weed/filer/configuration.go | |
| parent | de8ef28460d4a71c98412d76b3c6463effe59cea (diff) | |
| download | seaweedfs-318757ef8c4989db91ac645a1ce2da0f9097bd6a.tar.xz seaweedfs-318757ef8c4989db91ac645a1ce2da0f9097bd6a.zip | |
Change DeleteFolderChildren to DeleteRange api
Diffstat (limited to 'weed/filer/configuration.go')
| -rw-r--r-- | weed/filer/configuration.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/filer/configuration.go b/weed/filer/configuration.go index da75b575b..9ef2f3e0f 100644 --- a/weed/filer/configuration.go +++ b/weed/filer/configuration.go @@ -82,7 +82,6 @@ func (f *Filer) LoadConfiguration(config *util.ViperProxy) { func validateOneEnabledStore(config *util.ViperProxy) { enabledStore := "" for _, store := range Stores { - glog.V(0).Infof("Store Engines: %v", store.GetName()) if config.GetBool(store.GetName() + ".enabled") { if enabledStore == "" { enabledStore = store.GetName() |
