Navigation Menu

Skip to content

Commit

Permalink
Output actual timestamp of the inpouring message to the log correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 7, 2015
1 parent bad290c commit eb5d756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/engine.rb
Expand Up @@ -136,7 +136,7 @@ def effective_message?(message)
return false
end

logger.trace("checking effective_message_timestamp (#{effective_timestamp}) vs message_timestamp(message_timestamp)")
logger.trace("checking effective_message_timestamp (#{effective_timestamp}) vs message_timestamp(#{message_timestamp})")
return false if effective_timestamp >= message_timestamp

logger.trace("deleting obsolete effective_message_timestamp: start")
Expand Down

0 comments on commit eb5d756

Please sign in to comment.