Skip to content

Commit

Permalink
Merge pull request koajs#226 from slaskis/patch-1
Browse files Browse the repository at this point in the history
debug name koa:context -> koa:request
  • Loading branch information
jonathanong committed Feb 26, 2014
2 parents e8d3a37 + e77e5a4 commit d85b757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Module dependencies.
*/

var debug = require('debug')('koa:context');
var debug = require('debug')('koa:request');
var qs = require('querystring');
var typeis = require('type-is');
var fresh = require('fresh');
Expand Down Expand Up @@ -579,4 +579,4 @@ module.exports = {
header: this.header
}
}
};
};

0 comments on commit d85b757

Please sign in to comment.