diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-12-22 17:30:26 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-12-22 17:33:40 -0800 |
| commit | a0990b929dad83b6e9c5783a185140d4ec05b1ee (patch) | |
| tree | c65aefb5fbcbd7198990e751839464992d7228d1 | |
| parent | 9cd26c6ca575ccbfe5d0b4ebcd1166404e2721b1 (diff) | |
| download | seaweedfs-a0990b929dad83b6e9c5783a185140d4ec05b1ee.tar.xz seaweedfs-a0990b929dad83b6e9c5783a185140d4ec05b1ee.zip | |
minor
| -rw-r--r-- | weed/filer/configuration.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/configuration.go b/weed/filer/configuration.go index 6d226c230..a6f18709e 100644 --- a/weed/filer/configuration.go +++ b/weed/filer/configuration.go @@ -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 } |
