summaryrefslogtreecommitdiff
path: root/lib/chef/knife/ssl_fetch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/ssl_fetch.rb')
-rw-r--r--lib/chef/knife/ssl_fetch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/ssl_fetch.rb b/lib/chef/knife/ssl_fetch.rb
index 238796c804..98c98d06ae 100644
--- a/lib/chef/knife/ssl_fetch.rb
+++ b/lib/chef/knife/ssl_fetch.rb
@@ -41,7 +41,7 @@ class Chef
def uri
@uri ||= begin
- Chef::Log.debug("Checking SSL cert on #{given_uri}")
+ Chef::Log.trace("Checking SSL cert on #{given_uri}")
URI.parse(given_uri)
end
end