ee-soa-service
Advanced tools
Comparing version 0.2.35 to 0.2.36
@@ -232,3 +232,3 @@ | ||
catch (err) { | ||
if (debugService) log.info('[DefaultService] '+[this.name, req.getCollection(), action].join('.')+' threw an error: '+err); | ||
log.warn('[DefaultService] '+[this.name, req.getCollection(), action].join('.')+' threw an error: ', err); | ||
@@ -235,0 +235,0 @@ this._handleResponse(new Error('The controller «'+collection+'», action «'+(action)+'» threw an error on the service «'+this.name+'»: '+err), null, req, callback, SOAResponse.statusCodes.SERVICE_EXCEPTION); |
@@ -5,3 +5,3 @@ { | ||
, "keywords" : ["ee", "soa", "service"] | ||
, "version" : "0.2.35" | ||
, "version" : "0.2.36" | ||
, "author": { | ||
@@ -8,0 +8,0 @@ "name" : "Tobias Kneubuehler" |
82338