From 5c9579c4272f20480c7449511b76019fd41d21f4 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 31 Aug 2012 21:04:01 +0200 Subject: [PATCH] bdb: restore errors should be logged as errors --- lib/rbot/registry/bdb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2