mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08: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 New Issue
Block a user