[Groonga-commit] groonga/groonga-test [master] Add a missing argument

アーカイブの一覧に戻る

null+****@clear***** null+****@clear*****
2012年 3月 6日 (火) 17:52:26 JST


Kouhei Sutou	2012-03-06 17:52:26 +0900 (Tue, 06 Mar 2012)

  New Revision: b042608c1fa14b7060b1c1bf125b65251a838ef9

  Log:
    Add a missing argument

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+1 -1)
===================================================================
--- lib/groonga/tester.rb    2012-03-06 17:13:31 +0900 (90e6b6f)
+++ lib/groonga/tester.rb    2012-03-06 17:52:26 +0900 (dc4b962)
@@ -513,7 +513,7 @@ module Groonga
       end
 
       def log_error(content)
-        log_force(:error, content)
+        log_force(:error, content, {})
       end
     end
 




Groonga-commit メーリングリストの案内
アーカイブの一覧に戻る