Skip to content

Commit

Permalink
Follow name change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 26, 2014
1 parent ae18c91 commit e0fcde0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/droonga/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def output_last_processed_timestamp
end

def last_processed_timestamp_file
@last_processed_timestamp_file ||= File.join(Droonga.state_path, LAST_PROCESSED_TIMESTAMP)
@last_processed_timestamp_file ||= File.join(Droonga::Path.state, LAST_PROCESSED_TIMESTAMP)
end

def effective_message?(message)
Expand All @@ -127,7 +127,7 @@ def effective_message_timestamp
end

def effective_message_timestamp_file
@effective_message_timestamp_file ||= File.join(Droonga.state_path, EFFECTIVE_MESSAGE_TIMESTAMP)
@effective_message_timestamp_file ||= File.join(Droonga::Path.state, EFFECTIVE_MESSAGE_TIMESTAMP)
end

def log_tag
Expand Down

0 comments on commit e0fcde0

Please sign in to comment.