sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit eaa762c5b245231324fc3f222351b09833881f65
parent 5c7b9471760aec2a7e56f8cb3b00c9c2ac2ae13c
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Mon, 31 Aug 2009 22:37:35 -0400

minor: move hook load messages from info to debug

Diffstat:
M lib/sup/hook.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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}"