YUKI Hiroshi
null+****@clear*****
Tue Apr 14 16:33:50 JST 2015
YUKI Hiroshi 2015-04-14 16:33:50 +0900 (Tue, 14 Apr 2015) New Revision: 6179c5a0d06844a92efe6e99cc82aff146324432 https://github.com/droonga/droonga-engine/commit/6179c5a0d06844a92efe6e99cc82aff146324432 Message: Comment out assignments for unused variables to suppress warnings Modified files: lib/droonga/serf/agent.rb Modified: lib/droonga/serf/agent.rb (+2 -2) =================================================================== --- lib/droonga/serf/agent.rb 2015-04-14 16:31:41 +0900 (d8d716b) +++ lib/droonga/serf/agent.rb 2015-04-14 16:33:50 +0900 (f4915f3) @@ -140,8 +140,8 @@ module Droonga content = $POSTMATCH case content when /\A(\d{4})\/(\d{2})\/(\d{2}) (\d{2}):(\d{2}):(\d{2}) \[(\w+)\] / - year, month, day = $1, $2, $3 - hour, minute, second = $4, $5, $6 + # year, month, day = $1, $2, $3 + # hour, minute, second = $4, $5, $6 level = $7 content = $POSTMATCH return unless needed_log_message?(content) -------------- next part -------------- HTML����������������������������... 다운로드