]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
bdb: restore errors should be logged as errors
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 31 Aug 2012 19:04:01 +0000 (21:04 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 31 Aug 2012 19:04:08 +0000 (21:04 +0200)
lib/rbot/registry/bdb.rb

index b865770fc32ff740d2c88eb816e76e30175f39c8..8410d8aced93dd9a82e9c52e39809d97b0155e8f 100644 (file)
@@ -409,7 +409,7 @@ class Bot
             return @recovery.call(val)
           rescue Exception => ee
             error _("marshal recovery failed, trying default")
-            debug ee
+            error ee
           end
         end
         return default