ee-soa-service
Advanced tools
Comparing version 0.2.48 to 0.2.49
@@ -396,3 +396,3 @@ | ||
if(this._controllerLoadCount <= 0) { | ||
log.info('The service «'+this.name+'» has finished loading its '+this._conf.controllersToLoad.length+' controllers ...'); | ||
log.info('The '+this.name.green+' service has finished loading its '+(this._conf.controllersToLoad.length + this._conf.tablesToLoad.length).yellow+' controllers ...'); | ||
this._loaded = true; | ||
@@ -399,0 +399,0 @@ this.emit('load'); |
@@ -5,3 +5,3 @@ { | ||
, "keywords" : ["ee", "soa", "service"] | ||
, "version" : "0.2.48" | ||
, "version" : "0.2.49" | ||
, "author": { | ||
@@ -8,0 +8,0 @@ "name" : "Tobias Kneubuehler" |
90823