mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
minor
This commit is contained in:
parent
9cd26c6ca5
commit
a0990b929d
|
@ -25,7 +25,7 @@ func (f *Filer) LoadConfiguration(config *viper.Viper) {
|
|||
glog.Fatalf("failed to initialize store for %s: %+v", store.GetName(), err)
|
||||
}
|
||||
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
|
||||
break
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue