]> git.notmuchmail.org Git - sup/commitdiff
turn off hook disable log message
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sun, 16 Sep 2007 18:16:40 +0000 (18:16 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sun, 16 Sep 2007 18:16:40 +0000 (18:16 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@582 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/hook.rb

index 8c4a2aee6fd54dc47628c8526f87467adfaa0a35..dae2ce575f756b106a6277f4692ba548e0e28a14 100644 (file)
@@ -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