From eaa762c5b245231324fc3f222351b09833881f65 Mon Sep 17 00:00:00 2001 From: William Morgan Date: Mon, 31 Aug 2009 22:37:35 -0400 Subject: [PATCH 1/1] minor: move hook load messages from info to debug --- lib/sup/hook.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.43.0