Skip to content

Commit

Permalink
added more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael van der Weg committed Jul 23, 2014
1 parent 457bab4 commit b782c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/Webservice.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@


, use: function(hostname, middleware){
if (debug) log.debug('Adding middleware for domain «'+hostname+'» ...');
this.middleware.add(hostname, middleware);
}
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "ee-webservice"
, "description" : "webservice module supporting any «ee» middleware"
, "version" : "0.3.2"
, "version" : "0.3.1"
, "homepage" : "https://github.com/eventEmitter/ee-webservice"
, "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)"
, "licence" : "mit"
Expand Down

0 comments on commit b782c3b

Please sign in to comment.