We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee535c commit 147d940Copy full SHA for 147d940
lib/algolia/transport/http/http_requester.rb
@@ -30,7 +30,7 @@ def send_request(host, method, path, body, query_params, headers, timeout, conne
30
connection.options.open_timeout = connect_timeout / 1000
31
path += handle_query_params(query_params)
32
33
- @logger.info("Sending #{method.to_s.upcase!} request to #{path} with body #{body}") if ENV["ALGOLIA_DEBUG"]
+ @logger.info("Sending #{method.to_s.upcase} request to #{path} with body #{body}") if ENV["ALGOLIA_DEBUG"]
34
35
response = connection.run_request(method, path, body, headers)
36
0 commit comments