summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/lua.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ohai/plugins/lua.rb')
-rw-r--r--lib/ohai/plugins/lua.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/plugins/lua.rb b/lib/ohai/plugins/lua.rb
index 0a6aaeab..8c1ff496 100644
--- a/lib/ohai/plugins/lua.rb
+++ b/lib/ohai/plugins/lua.rb
@@ -31,7 +31,7 @@ Ohai.plugin(:Lua) do
languages[:lua] = lua if lua[:version]
end
rescue Ohai::Exceptions::Exec
- Ohai::Log.debug('Lua plugin: Could not shell_out "lua -v". Skipping plugin')
+ Ohai::Log.debug('Plugin Lua: Could not shell_out "lua -v". Skipping plugin')
end
end
end