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 23, 2014
1 parent ea0e64d commit e1d5808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/logger.rb
Expand Up @@ -94,7 +94,7 @@ def error(message, data={})
end

def exception(message, exception, data={})
log(Level::Error,
log(Level::ERROR,
"#{message}: #{exception.message}(#{exception.class})",
data)
log_backtrace(Level::Error, exception.backtrace)
Expand Down

0 comments on commit e1d5808

Please sign in to comment.