sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit dcd480edbf6f50a0c86298fd61ee8d517da53d0c
parent 86777dfa5cd8526bba98f549972248657ab8a6a9
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Sun, 16 Sep 2007 18:16:40 +0000

turn off hook disable log message

git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@582 5c8cc53c-5e98-4d25-b20a-d8db53a31250

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
@@ -111,7 +111,7 @@ private
             log "read '#{name}' from #{fn_for(name)}"
           end
         rescue SystemCallError => e
-          log "disabled hook for '#{name}': #{e.message}"
+          #log "disabled hook for '#{name}': #{e.message}"
           nil
         end
     end