[Groonga-commit] nroonga/norema [master] Log search server url requested

Back to archive index

Yoji SHIDARA null+****@clear*****
Tue Aug 21 15:31:41 JST 2012


Yoji SHIDARA	2012-08-21 15:31:41 +0900 (Tue, 21 Aug 2012)

  New Revision: 220da152b343f3258c76e716625d1fe597091525
  https://github.com/nroonga/norema/commit/220da152b343f3258c76e716625d1fe597091525

  Log:
    Log search server url requested

  Modified files:
    lib/server.js

  Modified: lib/server.js (+1 -0)
===================================================================
--- lib/server.js    2012-08-21 15:30:08 +0900 (fa7f9e4)
+++ lib/server.js    2012-08-21 15:31:41 +0900 (c2144c2)
@@ -38,6 +38,7 @@ function search(options, callback) {
   }
 
   var url = 'http://' + searchNode + '/2011-02-01/search?' + querystring.stringify(searchOptions);
+  console.log(url);
   var buffer = '';
   var request = http.get(url, function(response) {
     if (response.statusCode !== 200) {
-------------- next part --------------
HTML����������������������������...
Download 



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