diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2012-08-31 21:04:01 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2012-08-31 21:04:08 +0200 |
commit | 5c9579c4272f20480c7449511b76019fd41d21f4 (patch) | |
tree | 6cbbb883721d2a163c1794559c00bedb08389d95 | |
parent | 3a0f8cd85404e5ea99c316deb8b531d6a2407e4e (diff) |
bdb: restore errors should be logged as errors
-rw-r--r-- | lib/rbot/registry/bdb.rb | 2 |
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 |