Navigation Menu

Skip to content

Commit

Permalink
Fix mismatched constant name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent d4dc081 commit 72a4976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/logger.rb
Expand Up @@ -97,7 +97,7 @@ def exception(message, exception, data={})
log(Level::ERROR,
"#{message}: #{exception.message}(#{exception.class})",
data)
log_backtrace(Level::Error, exception.backtrace)
log_backtrace(Level::ERROR, exception.backtrace)
end

private
Expand Down

0 comments on commit 72a4976

Please sign in to comment.