]> git.notmuchmail.org Git - sup/blobdiff - lib/sup/modes/reply-mode.rb
rewrite logging to have multiple levels: debug, info, etc.
[sup] / lib / sup / modes / reply-mode.rb
index c79c5dbe51dd59df0426572c523a2b79492f524f..700dfc1f99d310a0290e0bfcab4e8478957ca678 100644 (file)
@@ -56,7 +56,7 @@ EOS
     ## don't check that it's an Account, though; assume they know what they're
     ## doing.
     if hook_reply_from && !(hook_reply_from.is_a? Person)
-      Redwood::log "reply-from returned non-Person, using default from."
+      info "reply-from returned non-Person, using default from."
       hook_reply_from = nil
     end