[Groonga-commit] ranguba/rroonga at c429d12 [master] test: show all info

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Nov 3 18:20:41 JST 2014


Kouhei Sutou	2014-11-03 18:20:41 +0900 (Mon, 03 Nov 2014)

  New Revision: c429d12f409139f3c4742f14a17ecfac7c7c351e
  https://github.com/ranguba/rroonga/commit/c429d12f409139f3c4742f14a17ecfac7c7c351e

  Message:
    test: show all info

  Modified files:
    test/groonga-test-utils.rb

  Modified: test/groonga-test-utils.rb (+2 -2)
===================================================================
--- test/groonga-test-utils.rb    2014-11-03 18:19:51 +0900 (c65069d)
+++ test/groonga-test-utils.rb    2014-11-03 18:20:41 +0900 (ed03396)
@@ -103,8 +103,8 @@ module GroongaTestUtils
   end
 
   def setup_logger
-    Groonga::Logger.register(:max_level => :dump) do |level, time, title, message, location|
-      p [level, time, title, message, location]
+    Groonga::Logger.register(:max_level => :dump) do |args|
+      p args
     end
   end
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る