Skip to content

Commit

Permalink
Update a log line parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kmchmk authored Jan 17, 2022
1 parent 3268bf5 commit 51bab6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/example_code/s3/s3_upload_object.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func main() {

file, err := os.Open(filename)
if err != nil {
exitErrorf("Unable to open file %q, %v", err)
exitErrorf("Unable to open file %q, %v", filename, err)
}

defer file.Close()
Expand Down

0 comments on commit 51bab6b

Please sign in to comment.