[Groonga-commit] droonga/droonga-http-server at 3b8b6fd [master] Fix typo: mismatched separator

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 5 14:05:52 JST 2014


YUKI Hiroshi	2014-11-05 14:05:52 +0900 (Wed, 05 Nov 2014)

  New Revision: 3b8b6fd7d6cc5d24393ceee23610014a39317666
  https://github.com/droonga/droonga-http-server/commit/3b8b6fd7d6cc5d24393ceee23610014a39317666

  Message:
    Fix typo: mismatched separator

  Modified files:
    bin/droonga-http-server-configure

  Modified: bin/droonga-http-server-configure (+1 -1)
===================================================================
--- bin/droonga-http-server-configure    2014-11-05 13:21:06 +0900 (23322c0)
+++ bin/droonga-http-server-configure    2014-11-05 14:05:52 +0900 (487b816)
@@ -285,7 +285,7 @@ function tryResetConfigs() {
       .then(function() { return setStringOption('systemLogFile', 'path to the system log file'); })
       .then(function() { return setStringOption('systemLogLevel',
                                                 'log level for the system log (' +
-                                                   'silly,debug,verbose,info|warn,error)'); })
+                                                   'silly,debug,verbose,info,warn,error)'); })
       .then(function() { return setIntegerOption('cacheSize', 'maximum size of the response cache'); })
       .then(function() { return setBooleanOption('enableTrustProxy', 'enable "trust proxy" configuration'); })
       .then(function() { return setStringOption('environment', 'environment'); })
-------------- next part --------------
HTML����������������������������...
Télécharger 



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