Navigation Menu

Skip to content

Commit

Permalink
Log search server url requested
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 21, 2012
1 parent f851613 commit 220da15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/server.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 220da15

Please sign in to comment.