From: Giuseppe Bilotta Date: Fri, 31 Aug 2012 19:04:01 +0000 (+0200) Subject: bdb: restore errors should be logged as errors X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=5c9579c4272f20480c7449511b76019fd41d21f4;hp=3a0f8cd85404e5ea99c316deb8b531d6a2407e4e;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git bdb: restore errors should be logged as errors --- diff --git a/lib/rbot/registry/bdb.rb b/lib/rbot/registry/bdb.rb index b865770f..8410d8ac 100644 --- a/lib/rbot/registry/bdb.rb +++ b/lib/rbot/registry/bdb.rb @@ -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