summaryrefslogtreecommitdiff
path: root/lib/chef/http/auth_credentials.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/auth_credentials.rb')
-rw-r--r--lib/chef/http/auth_credentials.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http/auth_credentials.rb b/lib/chef/http/auth_credentials.rb
index 053b2c938e..e2494c9405 100644
--- a/lib/chef/http/auth_credentials.rb
+++ b/lib/chef/http/auth_credentials.rb
@@ -38,7 +38,7 @@ class Chef
def signature_headers(request_params = {})
raise ArgumentError, "Cannot sign the request without a client name, check that :node_name is assigned" if client_name.nil?
- Chef::Log.debug("Signing the request as #{client_name}")
+ Chef::Log.trace("Signing the request as #{client_name}")
# params_in = {:http_method => :GET, :path => "/clients", :body => "", :host => "localhost"}
request_params = request_params.dup