lib/ohai/plugins/elixir.rb in ohai-13.1.0 vs lib/ohai/plugins/elixir.rb in ohai-13.2.0

- old
+ new

@@ -28,9 +28,9 @@ elixir = Mash.new elixir[:version] = $1 languages[:elixir] = elixir end rescue Ohai::Exceptions::Exec - Ohai::Log.debug('Elixir plugin: Could not shell_out "elixir -v". Skipping plugin') + Ohai::Log.debug('Plugin Elixir: Could not shell_out "elixir -v". Skipping plugin') end end end