Navigation Menu

Skip to content

Commit

Permalink
Fix mismatched trace log message
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2015
1 parent 94acb8b commit b394a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/droonga/engine.rb
Expand Up @@ -110,12 +110,12 @@ def create_dispatcher
end

def save_last_processed_message_timestamp
logger.trace("output_last_processed_message_timestamp: start")
logger.trace("save_last_processed_message_timestamp: start")
if @last_processed_message_timestamp
serf = Serf.new(@name)
serf.last_processed_message_timestamp = @last_processed_message_timestamp
end
logger.trace("output_last_processed_message_timestamp: done")
logger.trace("save_last_processed_message_timestamp: done")
end

def log_tag
Expand Down

0 comments on commit b394a2c

Please sign in to comment.