[Groonga-commit] droonga/droonga-engine at c6839a0 [master] Unify log

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Sep 7 15:54:40 JST 2014


Kouhei Sutou	2014-09-07 15:54:40 +0900 (Sun, 07 Sep 2014)

  New Revision: c6839a002aacce4832c143131bdcdf75150c465e
  https://github.com/droonga/droonga-engine/commit/c6839a002aacce4832c143131bdcdf75150c465e

  Message:
    Unify log

  Modified files:
    lib/droonga/command/droonga_engine_service.rb

  Modified: lib/droonga/command/droonga_engine_service.rb (+3 -2)
===================================================================
--- lib/droonga/command/droonga_engine_service.rb    2014-09-07 15:30:57 +0900 (1c19c71)
+++ lib/droonga/command/droonga_engine_service.rb    2014-09-07 15:54:40 +0900 (dd11fc6)
@@ -211,8 +211,9 @@ module Droonga
           shutdown_worker_process_agent
           shutdown_internal_message_receiver
           @receiver.shutdown_clients
-          logger.trace("loop watchers = #{@loop.watchers}")
-          logger.trace("stop_gracefully: done")
+          logger.trace("stop_gracefully: done",
+                       :n_rest_watchers => @loop.watchers.size,
+                       :rest_watchers   => @loop.watchers)
         end
       end
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index