summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rbot/registry/bdb.rb2
1 files changed, 1 insertions, 1 deletions
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