diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-04-17 00:16:44 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-04-17 00:16:44 -0700 |
| commit | 3b5035c468626af9ba052afaaa16a8cd3598423e (patch) | |
| tree | 5949edc5a243888d79fea90272e1a95270b4a7ab /go/weed/export.go | |
| parent | 51939efeac635d0ba8b683cae6176aa60845b5f7 (diff) | |
| download | seaweedfs-3b5035c468626af9ba052afaaa16a8cd3598423e.tar.xz seaweedfs-3b5035c468626af9ba052afaaa16a8cd3598423e.zip | |
1. v0.54
2. go vet found many printing format errors
Diffstat (limited to 'go/weed/export.go')
| -rw-r--r-- | go/weed/export.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/weed/export.go b/go/weed/export.go index ef14e19c0..dae6053c7 100644 --- a/go/weed/export.go +++ b/go/weed/export.go @@ -94,7 +94,7 @@ func runExport(cmd *Command, args []string) bool { nm, err := storage.LoadNeedleMap(indexFile) if err != nil { - glog.Fatalf("cannot load needle map from %s: %s", indexFile, err) + glog.Fatalf("cannot load needle map from %s: %s", indexFile.Name(), err) } var version storage.Version |
