Skip to content

Commit b5c1d10

Browse files
fix
1 parent 5eda287 commit b5c1d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-apis-core/lib/google/apis/core/storage_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def check_resumable_upload(client)
225225
response = client.put(@upload_url, "", request_header)
226226
handle_resumable_upload_http_response_codes(response)
227227
if response.status.to_i == 404
228-
logger.debug { sprintf("Failed to fetch upload session. Response: #{response.status.to_i} - #{response.body}") }
228+
logger.debug { "Failed to fetch upload session. Response: #{response.status.to_i} - #{response.body}" }
229229
false
230230
end
231231
end

0 commit comments

Comments
 (0)