YUKI Hiroshi
null+****@clear*****
Fri May 23 18:55:58 JST 2014
YUKI Hiroshi 2014-05-23 18:55:58 +0900 (Fri, 23 May 2014) New Revision: 3fcabe78a747e9af77fa9ba120c84d739e24d94e https://github.com/droonga/droonga-engine/commit/3fcabe78a747e9af77fa9ba120c84d739e24d94e Message: Fix wrongly swapped filenames Modified files: lib/droonga/engine.rb Modified: lib/droonga/engine.rb (+2 -2) =================================================================== --- lib/droonga/engine.rb 2014-05-23 18:50:59 +0900 (c601e4a) +++ lib/droonga/engine.rb 2014-05-23 18:55:58 +0900 (fe48f49) @@ -101,7 +101,7 @@ module Droonga end def last_processed_timestamp_file - @last_processed_timestamp_file ||= File.join(Droonga.state_dir_path, EFFECTIVE_MESSAGE_TIMESTAMP) + @last_processed_timestamp_file ||= File.join(Droonga.state_dir_path, LAST_PROCESSED_TIMESTAMP) end def effective_message?(message) @@ -127,7 +127,7 @@ module Droonga end def effective_message_timestamp_file - @effective_message_timestamp_file ||= File.join(Droonga.state_dir_path, LAST_PROCESSED_TIMESTAMP) + @effective_message_timestamp_file ||= File.join(Droonga.state_dir_path, EFFECTIVE_MESSAGE_TIMESTAMP) end def log_tag -------------- next part -------------- HTML����������������������������... Download