OSDN Git Service

Merge branch 'logger'
authordaigo <beatles@users.sourceforge.jp>
Sun, 25 Jul 2010 06:17:43 +0000 (15:17 +0900)
committerDaigo Moriwaki <daigo@debian.org>
Sun, 25 Jul 2010 06:17:43 +0000 (15:17 +0900)
Conflicts:
changelog

1  2 
changelog

diff --cc changelog
+++ b/changelog
@@@ -1,10 -1,8 +1,12 @@@
  2010-07-25  Daigo Moriwaki <daigo at debian dot org>
  
        * [shogi-server]
 +        - shogi_server/command.rb: 
 +          + For an unknown error command log, an empty line is no longer logged.
 +          + Commands specific to 81Dojo, starting with '%%%', are just
 +            ignored instead of unknown command errors.
+         - shogi_server.rb: Refactoring. Added test/TC_logger.rb to test
+           ShogiServer::Logger class.
  
  2010-07-23  Daigo Moriwaki <daigo at debian dot org>