diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-10-08 18:33:37 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-10-08 18:33:37 -0700 |
| commit | 8676db0f6a960082f268d8ad1b650b6faa6f64cb (patch) | |
| tree | 61d216d572055e422117f26a5b1ad55de3bf1afa | |
| parent | bd8b9b0c2e40db186505ccce231f771bbf90e829 (diff) | |
| download | seaweedfs-8676db0f6a960082f268d8ad1b650b6faa6f64cb.tar.xz seaweedfs-8676db0f6a960082f268d8ad1b650b6faa6f64cb.zip | |
adjust logging
| -rw-r--r-- | weed/filer/filechunk_manifest.go | 2 |
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 |
