From a9b32eae21a10254f67653c8ce92076300ba670b Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 11 Apr 2007 17:32:26 +0000 Subject: use pretty printing with Logger (debug, info, warning and error messages) --- data/rbot/plugins/games/azgame.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/rbot/plugins') 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 => { -- cgit v1.2.3