diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-05-10 08:19:13 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-05-10 08:19:13 +0200 |
commit | f52f485ae68a62cd6183224ba535c88a35928768 (patch) | |
tree | a12b4058b3bad49852f493e891a3fd73e14dc736 /data/rbot/plugins | |
parent | 29f36f867923faccc8e99863e059ee4a36b279b3 (diff) |
bdb: don't retrieve the db values when warning about nil key
When either of the keys passed to the BDB compare function is nil, we
emit a warning. In this warning, however, we used to peek at the
registry value, which required the use of the comparison function
itself, falling in a nested loop. Solve by omitting the
self[<key>].inspect from the warning.
Diffstat (limited to 'data/rbot/plugins')
0 files changed, 0 insertions, 0 deletions