Navigation Menu

Skip to content

Commit

Permalink
Report error correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2015
1 parent a68c6e1 commit 0ee14ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/fluent_message_receiver.rb
Expand Up @@ -241,7 +241,7 @@ def feed(data)
begin
handle_feeded_object(object)
rescue InvalidObject, UnknownTypeEntries => error
logger.exception(error)
logger.exception("failed to process feeded object", error)
end
logger.trace("Client: feed_each: done")
end
Expand Down

0 comments on commit 0ee14ce

Please sign in to comment.