mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 18:28:00 +08:00
minor
This commit is contained in:
@@ -25,7 +25,7 @@ func (f *Filer) LoadConfiguration(config *viper.Viper) {
|
|||||||
glog.Fatalf("failed to initialize store for %s: %+v", store.GetName(), err)
|
glog.Fatalf("failed to initialize store for %s: %+v", store.GetName(), err)
|
||||||
}
|
}
|
||||||
f.SetStore(store)
|
f.SetStore(store)
|
||||||
glog.V(0).Infof("configured filer for %s", store.GetName())
|
glog.V(0).Infof("configured filer store to %s", store.GetName())
|
||||||
hasDefaultStoreConfigured = true
|
hasDefaultStoreConfigured = true
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user