diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-05-27 23:59:49 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-05-27 23:59:49 -0700 |
| commit | 8db9319a064c8151677c2ccdbc06b60d476f59b4 (patch) | |
| tree | 3f4ff52f164678c138134c0c6ff824c9eb455a49 /weed/filer2/filechunks.go | |
| parent | 480a073f1fa01044328c1e14662367d9fc1539ad (diff) | |
| download | seaweedfs-8db9319a064c8151677c2ccdbc06b60d476f59b4.tar.xz seaweedfs-8db9319a064c8151677c2ccdbc06b60d476f59b4.zip | |
refactoring: go fmt, reorg
Diffstat (limited to 'weed/filer2/filechunks.go')
| -rw-r--r-- | weed/filer2/filechunks.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/weed/filer2/filechunks.go b/weed/filer2/filechunks.go index bd4a57f0f..c4c77d270 100644 --- a/weed/filer2/filechunks.go +++ b/weed/filer2/filechunks.go @@ -82,10 +82,10 @@ func ReadFromChunks(chunks []*filer_pb.FileChunk, offset int64, size int) (views func logPrintf(name string, visibles []*visibleInterval) { /* - log.Printf("%s len %d", name, len(visibles)) - for _, v := range visibles { - log.Printf("%s: => %+v", name, v) - } + log.Printf("%s len %d", name, len(visibles)) + for _, v := range visibles { + log.Printf("%s: => %+v", name, v) + } */ } |
