Improved error message for exception in JSON plugins

This commit is contained in:
Andreas Stöckel 2012-03-06 15:25:27 +00:00
parent 049cbd88dc
commit d996537c35

View File

@ -115,7 +115,7 @@ egw.extend('json', egw.MODULE_WND_LOCAL, function(_egw, _wnd) {
);
} catch(e) {
this.egw.debug('error', e);
this.egw.debug('error', 'Exception "', e ,'" while handling JSON response type "', res.type, '", plugin', plugin, 'response', res);
}
}
}