Skip to content

Commit

Permalink
Lower log lever
Browse files Browse the repository at this point in the history
  • Loading branch information
kovyrin committed Jul 30, 2010
1 parent ea6a42b commit 1e90b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/loops/engine.rb
Expand Up @@ -122,9 +122,9 @@ def start_loop(name, klass, config)

begin
if klass.respond_to?(:initialize_loop)
info "Initializing loop"
debug "Initializing loop"
klass.initialize_loop(config)
info "Initialization successful"
debug "Initialization successful"
end
rescue Exception => e
error("Initialization failed: #{e.message}\n " + e.backtrace.join("\n "))
Expand Down

0 comments on commit 1e90b42

Please sign in to comment.