From: William Morgan Date: Tue, 1 Sep 2009 02:37:35 +0000 (-0400) Subject: minor: move hook load messages from info to debug X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=eaa762c5b245231324fc3f222351b09833881f65;hp=5c7b9471760aec2a7e56f8cb3b00c9c2ac2ae13c;p=sup minor: move hook load messages from info to debug --- diff --git a/lib/sup/hook.rb b/lib/sup/hook.rb index 0c41162..d0476da 100644 --- a/lib/sup/hook.rb +++ b/lib/sup/hook.rb @@ -130,7 +130,7 @@ private @hooks[name] = begin returning IO.read(fn_for(name)) do - log "read '#{name}' from #{fn_for(name)}" + debug "read '#{name}' from #{fn_for(name)}" end rescue SystemCallError => e #log "disabled hook for '#{name}': #{e.message}"