mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 07:29:23 +08:00
add source name to error message
This commit is contained in:
@@ -47,7 +47,7 @@ func downloadFromS3(sess s3iface.S3API, destFileName string, sourceBucket string
|
|||||||
Key: aws.String(sourceKey),
|
Key: aws.String(sourceKey),
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fileSize, fmt.Errorf("failed to download file %s: %v", destFileName, err)
|
return fileSize, fmt.Errorf("failed to download /buckets/%s%s to %s: %v", sourceBucket, sourceKey, destFileName, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
glog.V(1).Infof("downloaded file %s\n", destFileName)
|
glog.V(1).Infof("downloaded file %s\n", destFileName)
|
||||||
|
Reference in New Issue
Block a user