diff options
Diffstat (limited to 'weed/filer2/filechunks.go')
| -rw-r--r-- | weed/filer2/filechunks.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer2/filechunks.go b/weed/filer2/filechunks.go index 764ba6060..53c679d6b 100644 --- a/weed/filer2/filechunks.go +++ b/weed/filer2/filechunks.go @@ -160,7 +160,7 @@ func logPrintf(name string, visibles []VisibleInterval) { for _, v := range visibles { glog.V(0).Infof("%s: [%d,%d) %s %d", name, v.start, v.stop, v.fileId, v.chunkOffset) } - */ + */ } var bufPool = sync.Pool{ |
