Skip to content

Commit

Permalink
Tweak a string to be shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
shepazon committed Jul 6, 2023
1 parent 31c584c commit 7ea5491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct Main {
print(" \(name)")
}
} catch let error as ServiceError {
print("An unexpected Amazon S3 service error occurred: \(error.message ?? "No details available")")
print("An Amazon S3 service error occurred: \(error.message ?? "No details available")")
} catch {
print("An unknown error occurred: \(dump(error))")
}
Expand Down

0 comments on commit 7ea5491

Please sign in to comment.