aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weed/filer/filechunk_manifest.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/filechunk_manifest.go b/weed/filer/filechunk_manifest.go
index 6fcd7abc2..fabb7f879 100644
--- a/weed/filer/filechunk_manifest.go
+++ b/weed/filer/filechunk_manifest.go
@@ -96,7 +96,7 @@ func fetchChunk(lookupFileIdFn LookupFileIdFunctionType, fileId string, cipherKe
buffer.Write(data)
})
if err != nil {
- glog.V(0).Infof("read %s failed, err: %v", fileId, err)
+ glog.V(0).Infof("read %s failed, err: %v", urlString, err)
buffer.Reset()
} else {
break