Enhance error message to actually include the original error message

This commit is contained in:
Nathan Gray 2013-09-17 20:17:20 +00:00
parent 6f9ea1e859
commit 07b311d495

View File

@ -326,7 +326,7 @@ egw.extend('json', egw.MODULE_WND_LOCAL, function(_app, _wnd) {
}
catch (e)
{
req.egw.debug('error', 'Function', res.data.func,
req.egw.debug('error', e.message, ' in function', res.data.func,
'Parameters', res.data.parms);
}
return true;