lib/onering/plugins/reporter.rb in onering-client-0.0.84 vs lib/onering/plugins/reporter.rb in onering-client-0.0.85

- old
+ new

@@ -74,10 +74,10 @@ Dir[File.join(directory, '*.rb')].each do |e| e = File.basename(e, '.rb') begin Timeout.timeout((@options[:plugin_timeout] || 10).to_i) do - Onering::Logger.debub("Loading plugin #{e}", "Onering::Reporter") + Onering::Logger.debug("Loading plugin #{e}", "Onering::Reporter") require "#{directory}/#{e}" end rescue Timeout::Error Onering::Logger.warn("Plugin #{e} took too long to return, skipping", "Onering::Reporter") end