]> git.cworth.org Git - sup/blobdiff - lib/sup/hook.rb
Merge branch 'xapian-updates'
[sup] / lib / sup / hook.rb
index a492a07858abbd444916e88b5f39f35867f5e5fd..0c411626c43d1ad31e94493860f919b2ebf631e5 100644 (file)
@@ -40,7 +40,7 @@ class HookManager
     end
 
     def log s
-      Redwood::log "hook[#@__name]: #{s}"
+      info "hook[#@__name]: #{s}"
     end
 
     def ask_yes_or_no q
@@ -146,7 +146,7 @@ private
   end
 
   def log m
-    Redwood::log("hook: " + m)
+    info("hook: " + m)
   end
 end