[Groonga-commit] ranguba/rroonga at 6ead7e2 [master] test: fix wrong keyword name

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 3 18:16:26 JST 2014


Kouhei Sutou	2014-11-03 18:16:26 +0900 (Mon, 03 Nov 2014)

  New Revision: 6ead7e26baef8afd0077afe7499eab4b73b06fe4
  https://github.com/ranguba/rroonga/commit/6ead7e26baef8afd0077afe7499eab4b73b06fe4

  Message:
    test: fix wrong keyword name

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

  Modified: test/groonga-test-utils.rb (+1 -1)
===================================================================
--- test/groonga-test-utils.rb    2014-11-03 18:16:04 +0900 (527c475)
+++ test/groonga-test-utils.rb    2014-11-03 18:16:26 +0900 (c65069d)
@@ -103,7 +103,7 @@ module GroongaTestUtils
   end
 
   def setup_logger
-    Groonga::Logger.register(:level => :dump) do |level, time, title, message, location|
+    Groonga::Logger.register(:max_level => :dump) do |level, time, title, message, location|
       p [level, time, title, message, location]
     end
   end
-------------- next part --------------
HTML����������������������������...
下載 



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