diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-04-11 17:32:26 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-04-11 17:32:26 +0000 |
commit | a9b32eae21a10254f67653c8ce92076300ba670b (patch) | |
tree | d57eb4880b67c79ab7d03a148a9712e12914926d /data/rbot/plugins/games | |
parent | 51cd66a19fe4b1a3a3cd1dedd5b1f37ab08ccdc8 (diff) |
use pretty printing with Logger (debug, info, warning and error messages)
Diffstat (limited to 'data/rbot/plugins/games')
-rw-r--r-- | data/rbot/plugins/games/azgame.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/games/azgame.rb b/data/rbot/plugins/games/azgame.rb index 66646e73..883e4030 100644 --- a/data/rbot/plugins/games/azgame.rb +++ b/data/rbot/plugins/games/azgame.rb @@ -92,7 +92,7 @@ class AzGamePlugin < Plugin else
@wordcache = Hash.new
end
- debug "\n\n\nA-Z wordcache: #{@wordcache.inspect}\n\n\n"
+ debug "A-Z wordcache: #{@wordcache.pretty_inspect}"
@rules = {
:italian => {
|