[Groonga-commit] droonga/droonga-engine at 59c3ad5 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 24 18:23:21 JST 2014


Kouhei Sutou	2014-04-24 18:23:21 +0900 (Thu, 24 Apr 2014)

  New Revision: 59c3ad58a25661104e8dd0d89ed9e9277065ccc2
  https://github.com/droonga/droonga-engine/commit/59c3ad58a25661104e8dd0d89ed9e9277065ccc2

  Message:
    Fix a typo
    
        DROOGNA_LOG_LEVEL ->
        DROONGA_LOG_LEVEL
            ^^

  Modified files:
    lib/droonga/engine/command/droonga_engine.rb

  Modified: lib/droonga/engine/command/droonga_engine.rb (+2 -2)
===================================================================
--- lib/droonga/engine/command/droonga_engine.rb    2014-04-24 17:39:46 +0900 (57c7656)
+++ lib/droonga/engine/command/droonga_engine.rb    2014-04-24 18:23:21 +0900 (8694572)
@@ -51,7 +51,7 @@ module Droonga
           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
@@ -98,7 +98,7 @@ module Droonga
                       "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
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index