Skip to content

Commit 31f3343

Browse files
committed
example: use %o formatter
1 parent dfbac9c commit 31f3343

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/node/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var debug = require('../../')('http')
55

66
// fake app
77

8-
debug('booting %s', name);
8+
debug('booting %o', name);
99

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

0 commit comments

Comments
 (0)