summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/ssh_host_key.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ohai/plugins/ssh_host_key.rb')
-rw-r--r--lib/ohai/plugins/ssh_host_key.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/plugins/ssh_host_key.rb b/lib/ohai/plugins/ssh_host_key.rb
index 78c67f5f..d55d777e 100644
--- a/lib/ohai/plugins/ssh_host_key.rb
+++ b/lib/ohai/plugins/ssh_host_key.rb
@@ -44,7 +44,7 @@ Ohai.plugin(:SSHHostKey) do
# Darwin
"/etc/sshd_config"
else
- Ohai::Log.debug("Plugin SSHHostKey: Failed to find sshd configuration file")
+ logger.trace("Plugin SSHHostKey: Failed to find sshd configuration file")
nil
end