Navigation Menu

Skip to content

Commit

Permalink
Remove too many "date"
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 15, 2015
1 parent c144df3 commit b693bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/engine.rb
Expand Up @@ -135,7 +135,7 @@ def effective_message?(message)
begin
message_timestamp = Time.parse(message["date"])
rescue ArgumentError => error
logger.error("failed to parse the \"date\" field of a message date",
logger.error("failed to parse the \"date\" field of a message",
:message => message)
return false
end
Expand Down

0 comments on commit b693bf9

Please sign in to comment.