summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/elixir.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ohai/plugins/elixir.rb')
-rw-r--r--lib/ohai/plugins/elixir.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/plugins/elixir.rb b/lib/ohai/plugins/elixir.rb
index 8b4b9a5e..73bd60a9 100644
--- a/lib/ohai/plugins/elixir.rb
+++ b/lib/ohai/plugins/elixir.rb
@@ -30,7 +30,7 @@ Ohai.plugin(:Elixir) do
languages[:elixir] = elixir
end
rescue Ohai::Exceptions::Exec
- Ohai::Log.debug('Plugin Elixir: Could not shell_out "elixir -v". Skipping plugin')
+ logger.trace('Plugin Elixir: Could not shell_out "elixir -v". Skipping plugin')
end
end
end