diff --git a/src/node/padaccess.js b/src/node/padaccess.js index d87809149..33c04bc68 100644 --- a/src/node/padaccess.js +++ b/src/node/padaccess.js @@ -15,7 +15,7 @@ module.exports = function (req, res, callback) { callback(); //no access } else { - res.send(403, "403 - Can't touch this"); + res.send(403, "403 - Can't touch this: "+accessObj.accessStatus); } }); }