Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
    DROOGNA_LOG_LEVEL ->
    DROONGA_LOG_LEVEL
        ^^
  • Loading branch information
kou committed Apr 24, 2014
1 parent 5eda36e commit 59c3ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/droonga/engine/command/droonga_engine.rb
Expand Up @@ -51,7 +51,7 @@ def address_family
end

def log_level
ENV["DROOGNA_LOG_LEVEL"] || Logger::Level.default_label
ENV["DROONGA_LOG_LEVEL"] || Logger::Level.default_label
end

def to_command_line
Expand Down Expand Up @@ -98,7 +98,7 @@ def add_log_options(parser)
"The log level of the Droonga engine",
"[#{levels_label}]",
"(#{log_level})") do |level|
ENV["DROOGNA_LOG_LEVEL"] = level
ENV["DROONGA_LOG_LEVEL"] = level
end
end
end
Expand Down

0 comments on commit 59c3ad5

Please sign in to comment.