Skip to content

Commit

Permalink
example: use %o formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Aug 8, 2017
1 parent dfbac9c commit 31f3343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/node/app.js
Expand Up @@ -5,7 +5,7 @@ var debug = require('../../')('http')

// fake app

debug('booting %s', name);
debug('booting %o', name);

http.createServer(function(req, res){
debug(req.method + ' ' + req.url);
Expand Down

0 comments on commit 31f3343

Please sign in to comment.