Skip to content

Commit

Permalink
Merge pull request #6 from uc-cdis/fix/logs
Browse files Browse the repository at this point in the history
fix(log): add more log
  • Loading branch information
paulineribeyre authored Jan 25, 2019
2 parents 3fb2da8 + d884c55 commit 8f1d6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func IndexS3Object(s3objectURL string) {

buff, err := StreamObjectFromS3(client, bucket, key)
if err != nil {
log.Printf("Can not download file. Detail %s\n\n", err)
log.Printf("Can not download file %s. Detail %s\n\n", key, err)
return
}

Expand Down

0 comments on commit 8f1d6a3

Please sign in to comment.