[Groonga-commit] groonga/groonga-query-log [master] analyzer: fix require path

Back to archive index

Haruka Yoshihara null+****@clear*****
Wed Dec 12 18:37:56 JST 2012


Haruka Yoshihara	2012-12-12 18:37:56 +0900 (Wed, 12 Dec 2012)

  New Revision: e81ee86d0c8d669b56a57f1eeb05f5b65b145cbd
  https://github.com/groonga/groonga-query-log/commit/e81ee86d0c8d669b56a57f1eeb05f5b65b145cbd

  Log:
    analyzer: fix require path

  Modified files:
    lib/groonga/query-log/analyzer.rb

  Modified: lib/groonga/query-log/analyzer.rb (+1 -1)
===================================================================
--- lib/groonga/query-log/analyzer.rb    2012-12-12 17:00:48 +0900 (297744f)
+++ lib/groonga/query-log/analyzer.rb    2012-12-12 18:37:56 +0900 (7e20afc)
@@ -18,7 +18,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
 require 'optparse'
-require "groonga/query-log/analyzer/reporter"
+require "groonga/query-log/parser"
 require "groonga/query-log/analyzer/sized-statistics"
 
 module Groonga
-------------- next part --------------
HTML����������������������������...
Download 



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