[Groonga-commit] groonga/gcs [master] Fix starting message of gcs command about multiple priviledged IP ranges

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 2日 (木) 18:37:27 JST


SHIMODA Hiroshi	2012-08-02 18:37:27 +0900 (Thu, 02 Aug 2012)

  New Revision: c9f0d16613313b5cdec7f5512b25e228fe0ea920
  https://github.com/groonga/gcs/commit/c9f0d16613313b5cdec7f5512b25e228fe0ea920

  Log:
    Fix starting message of gcs command about multiple priviledged IP ranges

  Modified files:
    bin/gcs

  Modified: bin/gcs (+1 -1)
===================================================================
--- bin/gcs    2012-08-02 18:36:47 +0900 (58967b6)
+++ bin/gcs    2012-08-02 18:37:27 +0900 (991da76)
@@ -34,5 +34,5 @@ server = gcsServer.createServer({
 server.listen(program.port, function() {
   console.log('gcs listening at %d', program.port);
   console.log('database is at %s', program.databasePath);
-  console.log('privileged IP range is %s', program.privilege);
+  console.log('privileged IP ranges are %s', program.privilege);
 });
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index