[Groonga-commit] groonga/gcs [master] Fix syntax error

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Nov 5 13:24:43 JST 2012


YUKI Hiroshi	2012-11-05 13:24:43 +0900 (Mon, 05 Nov 2012)

  New Revision: 26dd39a63c2db2d1d424dd9ebee4cc0659c54aa5
  https://github.com/groonga/gcs/commit/26dd39a63c2db2d1d424dd9ebee4cc0659c54aa5

  Log:
    Fix syntax error

  Modified files:
    lib/server.js

  Modified: lib/server.js (+1 -2)
===================================================================
--- lib/server.js    2012-11-05 13:23:24 +0900 (3bb3e11)
+++ lib/server.js    2012-11-05 13:24:43 +0900 (4f129a7)
@@ -36,8 +36,7 @@ function prepareLoggers(application, config) {
     logger.addFileTransport('query', CLI.resolve(config.queryLogPath));
   }
   if (config.errorLogPath) {
-    logger.addFileTransport('error',
-                            filename: CLI.resolve(config.errorLogPath),
+    logger.addFileTransport('error', CLI.resolve(config.errorLogPath),
                             { handleExceptions: true });
   }
 }
-------------- next part --------------
HTML����������������������������...
Download 



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