]> git.cworth.org Git - sup/blobdiff - lib/sup/message-chunks.rb
Merge branch 'run-mailcap-fixes'
[sup] / lib / sup / message-chunks.rb
index 1910abd064ee9416cefdca0bdb83f308ebed23bc..40e098f2914e8c606d69c95a62234a53c12b9f10 100644 (file)
@@ -132,7 +132,7 @@ EOS
     def viewable?; @lines.nil? end
     def view_default! path
       cmd = "/usr/bin/run-mailcap --action=view '#{@content_type}:#{path}'"
-      Redwood::log "running: #{cmd.inspect}"
+      debug "running: #{cmd.inspect}"
       BufferManager.shell_out(cmd)
       $? == 0
     end