Skip to content

Commit

Permalink
Improved instrumentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 4, 2012
1 parent 767d770 commit 615c555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Server.prototype.close = function () {
*/

Server.prototype.handleRequest = function (req, res) {
debug('handling http request "%s"', req.url);
debug('handling "%s" http request "%s"', req.method, req.url);
this.prepare(req);
req.res = res;

Expand Down

0 comments on commit 615c555

Please sign in to comment.