[Groonga-commit] droonga/droonga-engine at 0fe1e1e [master] Specify catalog's path correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Sat Jun 28 02:34:39 JST 2014


YUKI Hiroshi	2014-06-28 02:34:39 +0900 (Sat, 28 Jun 2014)

  New Revision: 0fe1e1e9ce78ce315f1c7b75885b97fec4628d5a
  https://github.com/droonga/droonga-engine/commit/0fe1e1e9ce78ce315f1c7b75885b97fec4628d5a

  Message:
    Specify catalog's path correctly

  Modified files:
    lib/droonga/command/serf_event_handler.rb

  Modified: lib/droonga/command/serf_event_handler.rb (+1 -1)
===================================================================
--- lib/droonga/command/serf_event_handler.rb    2014-06-28 02:30:30 +0900 (8ba2f10)
+++ lib/droonga/command/serf_event_handler.rb    2014-06-28 02:34:39 +0900 (b2e457b)
@@ -120,7 +120,7 @@ module Droonga
         updated_params = CatalogGenerator.update_params(current_params,
                                                         modifications)
         updated_catalog = CatalogGenerator.generate(updated_params)
-        SafeFileWriter.write(Catalog.path, JSON.pretty_generate(updated_catalog))
+        SafeFileWriter.write(Path.catalog, JSON.pretty_generate(updated_catalog))
       end
 
       def live_nodes
-------------- next part --------------
HTML����������������������������...
Download 



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