[Groonga-commit] groonga/gcs [master] Use Endpoint directly

Back to archive index

Yoji SHIDARA null+****@clear*****
Tue Dec 25 09:22:02 JST 2012


Yoji SHIDARA	2012-12-25 09:22:02 +0900 (Tue, 25 Dec 2012)

  New Revision: 5b3169ec536b8c50e69d374f51f72cc51f98cb82
  https://github.com/groonga/gcs/commit/5b3169ec536b8c50e69d374f51f72cc51f98cb82

  Log:
    Use Endpoint directly

  Modified files:
    bin/gcs-describe-domain

  Modified: bin/gcs-describe-domain (+2 -2)
===================================================================
--- bin/gcs-describe-domain    2012-12-20 19:56:23 +0900 (8eacffd)
+++ bin/gcs-describe-domain    2012-12-25 09:22:02 +0900 (10f7554)
@@ -21,9 +21,9 @@ function reportStatus(domain, indexFields, defaultSearchField) {
   console.log('Domain Name: %s',
               domain.DomainName);
   console.log('Document Service endpoint: %s',
-              client.arnToEndpoint(domain.DocService.Arn));
+              domain.DocService.Endpoint);
   console.log('Search Service endpoint: %s',
-              client.arnToEndpoint(domain.SearchService.Arn));
+              domain.SearchService.Endpoint);
   console.log('SearchInstanceType: %s',
               null);
   console.log('SearchPartitionCount: %s',
-------------- next part --------------
HTML����������������������������...
Download 



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