Navigation Menu

Skip to content

Commit

Permalink
Remove needless log.exception for non-exception messages
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 23, 2015
1 parent ecd852e commit a76ab8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/droonga/plugins/system/absorb_data.rb
Expand Up @@ -186,7 +186,6 @@ def ensure_completely_restored(&block)
timer.detach
logger.trace("start: timer detached on unexpected exception",
:watcher => timer)
logger.exception(error_message, $!)
end
end
@loop.attach(timer)
Expand Down

0 comments on commit a76ab8d

Please sign in to comment.